Skip to content

Commit 204dcb6

Browse files
committed
Update cibuildwheel config
1 parent c1bf688 commit 204dcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
# Select wheels
3232
CIBW_BUILD: "*-manylinux_x86_64 *-manylinux_aarch64 *-win_amd64 *-macosx_x86_64 *-macosx_arm64"
33-
CIBW_SKIP: "cp36-* cp37-* cp38-* pp*"
33+
CIBW_SKIP: "cp38-* cp314-*"
3434
CIBW_ARCHS: "native"
3535
# use manylinux2014
3636
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux2014_x86_64"

0 commit comments

Comments
 (0)