We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd7012 commit 3ea168cCopy full SHA for 3ea168c
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/setup-qemu-action@v3
40
with:
41
platforms: all
42
- - uses: pypa/cibuildwheel@v2.20.0
+ - uses: pypa/cibuildwheel@v2.21.2
43
- uses: actions/upload-artifact@v4
44
45
name: artifact-wheel-${{ matrix.os }}
pyproject.toml
@@ -67,6 +67,7 @@ build = [
67
"cp310-*",
68
"cp311-*",
69
"cp312-*",
70
+ "cp313-*",
71
"pp38-*",
72
"pp39-*",
73
"pp310-*",
0 commit comments