Skip to content

Commit

Permalink
Add py 3.12 exception to ci-wheels.yml (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright authored Aug 30, 2023
1 parent 71869ff commit 72c78ed
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 @@ -55,7 +55,7 @@ jobs:
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
uses: pypa/cibuildwheel@v2.14.0
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *-musllinux*"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* pp* *-musllinux*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: build
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 72c78ed

Please sign in to comment.