diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c244212..42ed15fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,11 +101,12 @@ jobs: strategy: matrix: include: - - { wheel: cp38-macosx_arm64, python: '3.8' } - - { wheel: cp39-macosx_arm64, python: '3.9' } - { wheel: cp310-macosx_arm64, python: '3.10' } - { wheel: cp311-macosx_arm64, python: '3.11' } - { wheel: cp312-macosx_arm64, python: '3.12' } + # Not supported by setup-python + # - { wheel: cp38-macosx_arm64, python: '3.8' } + # - { wheel: cp39-macosx_arm64, python: '3.9' } steps: - uses: actions/download-artifact@v3 with: