Skip to content

Commit 5533c95

Browse files
author
Bret McGuire
committed
Update cibuildwheel for Windows build to see if that'll enable 3.12
1 parent a165e2c commit 5533c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: '3.12'
2121
- name: Build wheels
22-
run: cd python-driver && pipx run cibuildwheel==2.12.1
22+
run: cd python-driver && pipx run cibuildwheel==2.16.2
2323
- uses: actions/upload-artifact@v3
2424
with:
2525
path: python-driver/wheelhouse/*.whl

0 commit comments

Comments
 (0)