Skip to content

Commit cef6dc8

Browse files
committed
drop py38 build on macosx_arm64
- not testable due to cpython38 constraints (pypa/cibuildwheel#1169)
1 parent 36e5271 commit cef6dc8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/wheels-macos_arm64.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
matrix:
2222
include:
2323
# macOS on Apple M1 64-bit
24-
- os: [self-hosted, macOS, ARM64]
25-
python: '3.8'
26-
cibw_python: 38
27-
arch: arm64
28-
platform_id: macosx_arm64
2924
- os: [self-hosted, macOS, ARM64]
3025
python: '3.9'
3126
cibw_python: 39
@@ -102,7 +97,6 @@ jobs:
10297
CIBW_BEFORE_TEST: |
10398
python -m pip install --find-links=wheelhouse/ -r requirements.txt
10499
CIBW_TEST_COMMAND: bash {project}/tests/run_tests.sh
105-
CIBW_TEST_SKIP: cp38-macosx_*:arm64
106100
run: |
107101
python -m cibuildwheel --output-dir wheelhouse/cp${{ matrix.cibw_python }}-${{ matrix.platform_id }}
108102

0 commit comments

Comments
 (0)