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 d7607f7 commit 0bf8bf7Copy full SHA for 0bf8bf7
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: docker/setup-qemu-action@v2
36
with:
37
platforms: all
38
- - uses: pypa/cibuildwheel@v2.13.0
+ - uses: pypa/cibuildwheel@v2.16.2
39
- uses: actions/upload-artifact@v3
40
41
path: wheelhouse/*.whl
pyproject.toml
@@ -22,6 +22,7 @@ build = [
22
"cp39-*",
23
"cp310-*",
24
"cp311-*",
25
+ "cp312-*",
26
"pp38-*",
27
"pp39-*",
28
]
0 commit comments