Skip to content

Commit

Permalink
cibuildwheel has now python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 12, 2020
1 parent 588f73c commit 7d2c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install git+https://github.com/joerick/cibuildwheel[email protected]
python -m pip install cibuildwheel==1.6.0
- name: Build wheels
run: |
Expand Down

0 comments on commit 7d2c7c6

Please sign in to comment.