Skip to content

Commit

Permalink
change py version on wheel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Sep 4, 2024
1 parent bc9d84f commit 6750636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_SKIP: "cp36-* cp37-* cp312-* pp* *-musllinux*"
CIBW_SKIP: "cp39-* cp313-* pp* *-musllinux*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: "build"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
Expand Down

0 comments on commit 6750636

Please sign in to comment.