Skip to content

Commit

Permalink
COMP: arm64 builds only for python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Mar 4, 2024
1 parent 82c4c46 commit bd887f3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,7 @@ jobs:
arch: x86_64
platform_id: macosx_x86_64

# macOS on Apple M1 64-bit
- os: macos-14
python: '3.8'
cibw_python: 38
arch: arm64
platform_id: macosx_arm64
- os: macos-14
python: '3.9'
cibw_python: 39
arch: arm64
platform_id: macosx_arm64
# macOS on Apple M1 64-bit, supported for Python 3.10 and later
- os: macos-14
python: '3.10'
cibw_python: 310
Expand Down

0 comments on commit bd887f3

Please sign in to comment.