Skip to content

Commit bfb3362

Browse files
authored
Update cibuildwheel for Python 3.11 support (#59)
1 parent 7b4f7c0 commit bfb3362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Install cibuildwheel
175175
run: |
176176
python -m pip install -U pip
177-
python -m pip install cibuildwheel==2.3.1
177+
python -m pip install cibuildwheel==2.12.0
178178
179179
- name: Build wheels
180180
env:

0 commit comments

Comments
 (0)