Skip to content

Commit

Permalink
skip 3.12 (see pypa/cibuildwheel#1574)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Aug 14, 2023
1 parent 384f99c commit 4578d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build Wheels
env:
CIBW_BEFORE_BUILD: bash ./cibw_before_build.sh && pip install -U pip
CIBW_SKIP: pp* *-musllinux_*
CIBW_SKIP: pp* *-musllinux_* cp312-*
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down

0 comments on commit 4578d9d

Please sign in to comment.