Skip to content

Commit a92b8f0

Browse files
authored
Support Python 3.10
1 parent 9c4a4ff commit a92b8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Install Python
2020

2121
- name: Install cibuildwheel
22-
run: python -m pip install cibuildwheel==1.11.0
22+
run: python -m pip install cibuildwheel==2.3.1
2323

2424
- name: Build wheels for Windows
2525
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)