Skip to content

Commit

Permalink
Merge pull request #1 from HGWright/ciwheels-exception
Browse files Browse the repository at this point in the history
Add py 3.12 exception to ci-wheels.yml
  • Loading branch information
HGWright authored Aug 30, 2023
2 parents 71869ff + 4317b12 commit a2b724c
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 a2b724c

Please sign in to comment.