We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53ad27 commit a05524eCopy full SHA for a05524e
.github/workflows/wheel.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
CIBW_TEST_REQUIRES: "pytest"
35
CIBW_TEST_COMMAND: "pytest {package}/test"
36
- CIBW_SKIP: "pp* cp38-*"
+ CIBW_SKIP: "pp* cp38-* cp39-win_arm64 cp310-win_arm64"
37
38
- name: Build sdist
39
if: runner.os == 'Linux' && runner.arch == 'X64'
0 commit comments