Skip to content

Commit 5f0164a

Browse files
nijelsirfz
authored andcommitted
Add Python 3.12 wheels
- use latest pypa/cibuildwheel for Python 3.12 support
1 parent 2fd8eb5 commit 5f0164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Build wheel
28-
uses: pypa/cibuildwheel@v2.12.1
28+
uses: pypa/cibuildwheel@v2.16.2
2929
env:
3030
CIBW_ARCHS: "${{ matrix.config.arch }}"
3131
CIBW_BUILD: "cp*-${{ matrix.config.platform }}"

0 commit comments

Comments
 (0)