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 14cc86b commit 781df04Copy full SHA for 781df04
.github/workflows/wheels.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: pypa/[email protected]
27
env:
28
CIBW_ENABLE: pypy cpython-prerelease cpython-freethreading
29
- CIBW_SKIP: pp38* pp39* *-win32 *-manylinux_i686 *-musllinux_* pp310-*-win* 313t-*-win*
+ CIBW_SKIP: pp38* pp39* *-win32 *-manylinux_i686 *-musllinux_* pp310-win* cp313t-win*
30
CIBW_BEFORE_ALL: bash scripts/cibw_before_all.sh
31
CIBW_BEFORE_ALL_WINDOWS: msys2 -c scripts/cibw_before_all.sh
32
CIBW_BEFORE_BUILD_WINDOWS: pip install wheel delvewheel
0 commit comments