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 22, 2023
1 parent 36e5271 commit cef6dc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/wheels-macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
matrix:
include:
# macOS on Apple M1 64-bit
- os: [self-hosted, macOS, ARM64]
python: '3.8'
cibw_python: 38
arch: arm64
platform_id: macosx_arm64
- os: [self-hosted, macOS, ARM64]
python: '3.9'
cibw_python: 39
Expand Down Expand Up @@ -102,7 +97,6 @@ jobs:
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
run: |
python -m cibuildwheel --output-dir wheelhouse/cp${{ matrix.cibw_python }}-${{ matrix.platform_id }}
Expand Down

0 comments on commit cef6dc8

Please sign in to comment.