Skip to content

Commit

Permalink
Don't build cp38-macosx_arm64 wheel
Browse files Browse the repository at this point in the history
It looks like Python 3.9 and later support native arm64, but 3.8 and before don't.
  • Loading branch information
patrikhuber committed Dec 11, 2024
1 parent 484e1db commit 9491e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_SKIP: pp* *i686 cp36-*
CIBW_SKIP: pp* *i686 cp36-* cp38-macosx_arm64
CIBW_TEST_REQUIRES: pytest numpy
CIBW_TEST_COMMAND: pytest {package}/tests
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
Expand Down

0 comments on commit 9491e5c

Please sign in to comment.