Skip to content

Commit

Permalink
add cp38 builds
Browse files Browse the repository at this point in the history
- remove failing `cp311` builds
  • Loading branch information
ravnoor committed Jan 16, 2023
1 parent 82361b9 commit 3538513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ macos_arm64_wheel_task:
- image: ghcr.io/cirruslabs/macos-monterey-xcode
env:
matrix:
# - CIBW_BUILD: cp38-macosx_arm64
- CIBW_BUILD: cp38-macosx_arm64
- CIBW_BUILD: cp39-macosx_arm64
- CIBW_BUILD: cp310-macosx_arm64
- CIBW_BUILD: cp311-macosx_arm64
# - CIBW_BUILD: cp311-macosx_arm64
CIBW_ARCHS_MACOS: "arm64"
CIBW_BEFORE_ALL_MACOS: |
python -m ensurepip --upgrade
Expand Down

0 comments on commit 3538513

Please sign in to comment.