We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a9f1f commit b29b251Copy full SHA for b29b251
1 file changed
.github/workflows/wheel.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Build
32
uses: pypa/cibuildwheel@v3.1.1
33
env:
34
+ CIBW_PRERELEASE_PYTHONS: "auto"
35
CIBW_TEST_REQUIRES: "pytest"
36
CIBW_TEST_COMMAND: "pytest {package}/test"
37
CIBW_SKIP: "pp* cp38-* cp39-win_arm64 cp310-win_arm64"
0 commit comments