We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e3e65 commit 5d75db2Copy full SHA for 5d75db2
1 file changed
.github/workflows/build-wheels.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
CIBW_BEFORE_BUILD: >
28
pip install -r requirements.txt
29
- CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-*"
+ CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
30
CIBW_SKIP: "pp* *-musllinux*"
31
CIBW_ARCHS: "auto"
32
CIBW_TEST_COMMAND: "python -m pytest {project}/tests"
0 commit comments