Skip to content

Commit 413fbca

Browse files
authored
change py version on wheel runs (#266)
1 parent 7b5d1aa commit 413fbca

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/cibuildwheel@v2.19.2
5252
env:
53-
CIBW_SKIP: "cp36-* cp37-* cp312-* pp* *-musllinux*"
53+
CIBW_SKIP: "cp39-* cp313-* pp* *-musllinux*"
5454
CIBW_ARCHS: ${{ matrix.arch }}
5555
CIBW_BUILD_FRONTEND: "build"
5656
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"

0 commit comments

Comments
 (0)