Skip to content

Commit 5d75db2

Browse files
committed
Update build-wheels workflow to include Python 3.12 and 3.13 support
1 parent 79e3e65 commit 5d75db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
CIBW_BEFORE_BUILD: >
2828
pip install -r requirements.txt
29-
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-*"
29+
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
3030
CIBW_SKIP: "pp* *-musllinux*"
3131
CIBW_ARCHS: "auto"
3232
CIBW_TEST_COMMAND: "python -m pytest {project}/tests"

0 commit comments

Comments
 (0)