From cef6dc899b4e5b4aff6c9c9caf921260f4522a8b Mon Sep 17 00:00:00 2001 From: Ravnoor Gill Date: Fri, 22 Dec 2023 13:06:02 -0500 Subject: [PATCH] drop py38 build on macosx_arm64 - not testable due to cpython38 constraints (pypa/cibuildwheel#1169) --- .github/workflows/wheels-macos_arm64.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/wheels-macos_arm64.yml b/.github/workflows/wheels-macos_arm64.yml index 506f89f4..befec425 100644 --- a/.github/workflows/wheels-macos_arm64.yml +++ b/.github/workflows/wheels-macos_arm64.yml @@ -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 @@ -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 }}