Skip to content

Commit

Permalink
Add 3.12 excepton to ci-wheels.yml (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright authored Aug 30, 2023
1 parent e9c4eb2 commit 041289d
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/[email protected]
env:
CIBW_SKIP: "cp36-* cp37-* pp* *-musllinux*"
CIBW_SKIP: "cp36-* cp37-* cp312-* pp* *-musllinux*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: "build"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
Expand Down

0 comments on commit 041289d

Please sign in to comment.