Merge pull request #5748 from hugovk/3.10.0

Test Python 3.10.0 final on GitHub Actions
This commit is contained in:
Andrew Murray 2021-10-05 20:49:00 +11:00 committed by GitHub
commit 2d7c487cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
architecture: ["x86", "x64"]
include:
# PyPy3.6 only ships 32-bit binaries for Windows

View File

@ -15,7 +15,7 @@ jobs:
python-version: [
"pypy-3.7",
"pypy-3.6",
"3.10-dev",
"3.10",
"3.9",
"3.8",
"3.7",