Skip to content

Commit abcd2ee

Browse files
committed
remove 3.14 wheels
1 parent 5ea4738 commit abcd2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
5151
uses: pypa/[email protected]
5252
env:
53-
CIBW_SKIP: "cp36-* cp37-* pp* *-musllinux*"
53+
CIBW_SKIP: "cp36-* cp37-* cp314-* pp* *-musllinux*"
5454
CIBW_ARCHS: ${{ matrix.arch }}
5555
CIBW_BUILD_FRONTEND: "build"
5656
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"

0 commit comments

Comments
 (0)