Skip to content

Commit 2ea0da0

Browse files
committed
update cbuildwheel to support python 3.12 #33
1 parent 8a8078b commit 2ea0da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
submodules: true
4646

47-
- uses: pypa/cibuildwheel@v2.12.3
47+
- uses: pypa/cibuildwheel@v2.16.5
4848
env:
4949
CIBW_ARCHS_MACOS: auto universal2
5050

.github/workflows/wheels-win-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545

46-
- uses: pypa/cibuildwheel@v2.12.3
46+
- uses: pypa/cibuildwheel@v2.16.5
4747
env:
4848
CIBW_ARCHS_MACOS: auto universal2
4949

0 commit comments

Comments
 (0)