ci: add support for building windows arm wheels

This commit is contained in:
MS-GITS 2025-09-19 10:40:33 +05:30 committed by GitHub
parent d53ad27acc
commit a05524e0bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_SKIP: "pp* cp38-*"
CIBW_SKIP: "pp* cp38-* cp39-win_arm64 cp310-win_arm64"
- name: Build sdist
if: runner.os == 'Linux' && runner.arch == 'X64'