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 d195a33 commit 6c8c416Copy full SHA for 6c8c416
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Wheels
45
uses: pypa/[email protected]
46
env:
47
- CIBW_SKIP: "cp3{5..8,14,14t}-* 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