From ed45fcb1f79bf77231a51bf510496db92a482ee5 Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 1 Aug 2023 18:35:47 +0200 Subject: [PATCH] Remove old CI comment (#6246) We don't build abi3 wheels --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e5292c515..25025e8ac8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ env: CARGO_TERM_COLOR: always RUSTUP_MAX_RETRIES: 10 PACKAGE_NAME: ruff - PYTHON_VERSION: "3.11" # to build abi3 wheels + PYTHON_VERSION: "3.11" jobs: determine_changes: