py39: enable in CI (#4494)

Github Actions now supports prerelease builds
https://github.com/actions/setup-python/issues/20

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-08-31 13:05:57 -07:00
committed by GitHub
parent 48c8939ce6
commit e9becf1da6
3 changed files with 79 additions and 86 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9-dev]
fail-fast: false
steps:

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9-dev]
fail-fast: false
steps: