Skip to content

Commit 1384263

Browse files
committed
build: update list of skipped python builds
1 parent 718f2a1 commit 1384263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build Wheels
4545
uses: pypa/cibuildwheel@v3.1.4
4646
env:
47-
CIBW_SKIP: "cp3{5..8}-* cp3{8..14}-win32* cp3{8..14}-musllinux_aarch64* pp*"
47+
CIBW_SKIP: "cp38* cp14* *-win32 *-musllinux_aarch64 pp* gp* cp3??t-*"
4848
CIBW_ARCHS_LINUX: "x86_64 aarch64"
4949
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
5050

0 commit comments

Comments
 (0)