Skip to content

Commit 52ce8f5

Browse files
committed
drop py38 build on macosx_arm64
- not testable due to cpython38 constraints (pypa/cibuildwheel#1169)
1 parent 7bc7ff6 commit 52ce8f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.cirrus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ macos_arm64_task:
113113
image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.1
114114
env:
115115
matrix:
116-
- CIBW_BUILD: cp38-macosx_arm64
117116
- CIBW_BUILD: cp39-macosx_arm64
118117
- CIBW_BUILD: cp310-macosx_arm64
119118
- CIBW_BUILD: cp311-macosx_arm64
@@ -125,7 +124,6 @@ macos_arm64_task:
125124
CIBW_BEFORE_TEST: |
126125
python -m pip install --find-links=wheelhouse/ -r requirements.txt
127126
CIBW_TEST_COMMAND: bash {project}/tests/run_tests.sh
128-
CIBW_TEST_SKIP: cp38-macosx_*:arm64
129127
PATH: $HOME/mambaforge/bin/:${PATH}
130128
CONDA_HOME: $HOME/mambaforge
131129
conda_script:

0 commit comments

Comments
 (0)