Skip to content

Commit 5f8f5bc

Browse files
committed
also add skip for python 3.10
no wheel available for numpy win11 arm
1 parent 60b7f02 commit 5f8f5bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python -m cibuildwheel --output-dir dist
3030
env:
3131
# skip Python < 3.10 for Windows ARM64 only
32-
CIBW_SKIP: ${{ matrix.os == 'windows-11-arm' && 'cp36-* cp37-* cp38-* cp39-*' || '' }}
32+
CIBW_SKIP: ${{ matrix.os == 'windows-11-arm' && 'cp36-* cp37-* cp38-* cp39-* cp310-*' || '' }}
3333

3434
- uses: actions/upload-artifact@v6
3535
with:

0 commit comments

Comments
 (0)