cibuildwheel has now python 3.9 support

This commit is contained in:
Max Bachmann 2020-09-12 18:51:10 +02:00 committed by GitHub
parent 588f73c2ef
commit 7d2c7c674a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
- name: Install cibuildwheel
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
run: |