Skip to content

Commit 0bf8bf7

Browse files
authored
Upgrade cibuildwheel to build Python 3.12 (#38)
1 parent d7607f7 commit 0bf8bf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-qemu-action@v2
3636
with:
3737
platforms: all
38-
- uses: pypa/cibuildwheel@v2.13.0
38+
- uses: pypa/cibuildwheel@v2.16.2
3939
- uses: actions/upload-artifact@v3
4040
with:
4141
path: wheelhouse/*.whl

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ build = [
2222
"cp39-*",
2323
"cp310-*",
2424
"cp311-*",
25+
"cp312-*",
2526
"pp38-*",
2627
"pp39-*",
2728
]

0 commit comments

Comments
 (0)