build wheels for python 3.9
This commit is contained in:
parent
3d2cfe8b4a
commit
787b844b0a
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue