Updated to Python 3.9

This commit is contained in:
Andrew Murray 2020-11-06 23:27:16 +11:00 committed by nulano
parent 2dc6e41167
commit ff8ba318a2

View File

@ -39,7 +39,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v2
@ -80,7 +80,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v2