Skip to content

Commit

Permalink
Only build macos arm64 wheels on cpython >= 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Nov 22, 2023
1 parent 163fe87 commit e59ea4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,12 @@ jobs:
strategy:
matrix:
include:
- { wheel: cp38-macosx_arm64, os: [macOS, ARM64] }
- { wheel: cp38-macosx_x86_64, os: macos-latest }
- { wheel: cp38-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp38-win_amd64, os: windows-latest }
- { wheel: cp39-macosx_arm64, os: [macOS, ARM64] }
- { wheel: cp39-macosx_x86_64, os: macos-latest }
- { wheel: cp39-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp39-win_amd64, os: windows-latest }
- { wheel: cp310-macosx_arm64, os: [macOS, ARM64] }
- { wheel: cp310-macosx_x86_64, os: macos-latest }
- { wheel: cp310-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp310-win_amd64, os: windows-latest }
Expand Down

0 comments on commit e59ea4c

Please sign in to comment.