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 718f2a1 commit 1384263Copy full SHA for 1384263
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Wheels
45
uses: pypa/cibuildwheel@v3.1.4
46
env:
47
- CIBW_SKIP: "cp3{5..8}-* cp3{8..14}-win32* cp3{8..14}-musllinux_aarch64* pp*"
+ CIBW_SKIP: "cp38* cp14* *-win32 *-musllinux_aarch64 pp* gp* cp3??t-*"
48
CIBW_ARCHS_LINUX: "x86_64 aarch64"
49
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
50
0 commit comments