Skip to content

Commit 7d2c7c6

Browse files
authored
cibuildwheel has now python 3.9 support
1 parent 588f73c commit 7d2c7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonbuild.yml

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

6868
- name: Install cibuildwheel
6969
run: |
70-
python -m pip install git+https://github.com/joerick/cibuildwheel.git@python3.9
70+
python -m pip install cibuildwheel==1.6.0
7171
7272
- name: Build wheels
7373
run: |

0 commit comments

Comments
 (0)