add Python 3.10-dev to GHA

This commit is contained in:
nulano 2020-10-14 17:31:21 +01:00
parent 7a20ef7818
commit 1e4d81f160
2 changed files with 2 additions and 1 deletions

View File

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

View File

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