Skip to content

Commit f5d2d40

Browse files
committed
build: support for python 3.11 wheel
update to `cibuildwheel==2.11.2` to start producing python 3.11 wheels
1 parent d0751e6 commit f5d2d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install cibuildwheel
3434
run: |
35-
python -m pip install cibuildwheel==2.3.0
35+
python -m pip install cibuildwheel==2.11.2
3636
3737
- name: Build wheels
3838
run: |

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install cibuildwheel
5555
run: |
56-
python -m pip install cibuildwheel==2.3.0
56+
python -m pip install cibuildwheel==2.11.2
5757
5858
- name: Install OpenSSL for Windows
5959
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)