diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index acff2d00..be189632 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -32,7 +32,6 @@ jobs: env: CIBW_PRERELEASE_PYTHONS: True CIBW_SKIP: pp* *-win32 - CIBW_BUILD: 'cp311-*' CIBW_BEFORE_BUILD: bash scripts/before_ci_build.sh CIBW_BEFORE_BUILD_WINDOWS: > pip install delvewheel && @@ -74,7 +73,6 @@ jobs: CIBW_PRERELEASE_PYTHONS: True CIBW_BEFORE_BUILD: bash scripts/before_ci_build_apple_silicon.sh CIBW_SKIP: pp* - CIBW_BUILD: 'cp311-*' CIBW_ARCHS_MACOS: arm64 CIBW_TEST_EXTRAS: tests CIBW_TEST_COMMAND: >