Merge pull request #4799 from nulano/gha-py39

GHA: Test Python 3.9-dev
This commit is contained in:
Andrew Murray 2020-07-18 11:19:37 +10:00 committed by GitHub
commit 529ea0f39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "pypy3"]
python-version: ["3.6", "3.7", "3.8", "3.9-dev", "pypy3"]
architecture: ["x86", "x64"]
include:
- architecture: "x86"

View File

@ -14,6 +14,7 @@ jobs:
]
python-version: [
"pypy3",
"3.9-dev",
"3.8",
"3.7",
"3.6",