Skip to content

Commit 92e0a7a

Browse files
committed
build: really disable python 3.14 wheels
1 parent accc9b1 commit 92e0a7a

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/[email protected]
4646
env:
47-
CIBW_SKIP: "cp38* cp14* *-win32 *-musllinux_aarch64 pp* gp* cp3??t-*"
47+
CIBW_SKIP: "cp38* cp314* *-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)