Skip to content

Commit

Permalink
drop py38 build on macosx_arm64
Browse files Browse the repository at this point in the history
- not testable due to cpython38 constraints (pypa/cibuildwheel#1169)
  • Loading branch information
ravnoor committed Dec 24, 2023
1 parent 7bc7ff6 commit 52ce8f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .cirrus.yml
Expand Up @@ -113,7 +113,6 @@ macos_arm64_task:
image: ghcr.io/cirruslabs/macos-sonoma-xcode:15.1
env:
matrix:
- CIBW_BUILD: cp38-macosx_arm64
- CIBW_BUILD: cp39-macosx_arm64
- CIBW_BUILD: cp310-macosx_arm64
- CIBW_BUILD: cp311-macosx_arm64
Expand All @@ -125,7 +124,6 @@ macos_arm64_task:
CIBW_BEFORE_TEST: |
python -m pip install --find-links=wheelhouse/ -r requirements.txt
CIBW_TEST_COMMAND: bash {project}/tests/run_tests.sh
CIBW_TEST_SKIP: cp38-macosx_*:arm64
PATH: $HOME/mambaforge/bin/:${PATH}
CONDA_HOME: $HOME/mambaforge
conda_script:
Expand Down

0 comments on commit 52ce8f5

Please sign in to comment.