build wheels for python 3.9

This commit is contained in:
Max Bachmann 2020-08-14 12:44:41 +02:00 committed by GitHub
parent 3d2cfe8b4a
commit 787b844b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ jobs:
os: [ubuntu-18.04, windows-latest, macos-latest]
env:
CIBW_SKIP: cp27-* pp27-*
MACOSX_DEPLOYMENT_TARGET: "10.9"
steps:
- uses: actions/checkout@v1
@ -91,7 +90,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.3.0
python -m pip install git+https://github.com/joerick/cibuildwheel.git@python3.9
- name: Build wheel
run: |