We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b7f02 commit 5f8f5bcCopy full SHA for 5f8f5bc
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
run: python -m cibuildwheel --output-dir dist
30
env:
31
# skip Python < 3.10 for Windows ARM64 only
32
- CIBW_SKIP: ${{ matrix.os == 'windows-11-arm' && 'cp36-* cp37-* cp38-* cp39-*' || '' }}
+ CIBW_SKIP: ${{ matrix.os == 'windows-11-arm' && 'cp36-* cp37-* cp38-* cp39-* cp310-*' || '' }}
33
34
- uses: actions/upload-artifact@v6
35
with:
0 commit comments