cibuildwheel has now python 3.9 support
This commit is contained in:
parent
588f73c2ef
commit
7d2c7c674a
|
@ -67,7 +67,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: |
|
run: |
|
||||||
python -m pip install git+https://github.com/joerick/cibuildwheel.git@python3.9
|
python -m pip install cibuildwheel==1.6.0
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue