Skip to content

Commit 3538513

Browse files
committed
add cp38 builds
- remove failing `cp311` builds
1 parent 82361b9 commit 3538513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ macos_arm64_wheel_task:
132132
- image: ghcr.io/cirruslabs/macos-monterey-xcode
133133
env:
134134
matrix:
135-
# - CIBW_BUILD: cp38-macosx_arm64
135+
- CIBW_BUILD: cp38-macosx_arm64
136136
- CIBW_BUILD: cp39-macosx_arm64
137137
- CIBW_BUILD: cp310-macosx_arm64
138-
- CIBW_BUILD: cp311-macosx_arm64
138+
# - CIBW_BUILD: cp311-macosx_arm64
139139
CIBW_ARCHS_MACOS: "arm64"
140140
CIBW_BEFORE_ALL_MACOS: |
141141
python -m ensurepip --upgrade

0 commit comments

Comments
 (0)