Skip to content

Commit abcc915

Browse files
author
Marco Sulla
committed
cibuildwheel skips 3.12 too
1 parent 45885ce commit abcc915

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_primary_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: pypa/cibuildwheel@v2.16.5
2222
env:
2323
CIBW_ARCHS: ${{ matrix.cibw_archs }}
24-
CIBW_SKIP: "cp311-* pp*"
24+
CIBW_SKIP: "cp311-* cp312-* pp*"
2525
CIBW_TEST_REQUIRES: pytest
2626
CIBW_TEST_COMMAND: >
2727
python -X faulthandler {package}/test/debug.py &&

.github/workflows/build_secondary_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: pypa/cibuildwheel@v2.16.5
3636
env:
3737
CIBW_ARCHS: ${{ matrix.cibw_archs }}
38-
CIBW_SKIP: "cp311-* pp*"
38+
CIBW_SKIP: "cp311-* cp312-* pp*"
3939
CIBW_TEST_REQUIRES: pytest
4040
CIBW_TEST_COMMAND: >
4141
python -X faulthandler {package}/test/debug.py &&

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tool.cibuildwheel]
2-
skip=["cp311-*", "pp*"]
2+
skip=["cp311-*", "cp312-*", "pp*"]

0 commit comments

Comments
 (0)