Test Python 3.10.0 final on GitHub Actions

This commit is contained in:
Hugo van Kemenade 2021-10-05 11:54:12 +03:00
parent 00746530f8
commit 8eb3c9791d
2 changed files with 2 additions and 2 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", "3.10-dev"] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
architecture: ["x86", "x64"] architecture: ["x86", "x64"]
include: include:
# PyPy3.6 only ships 32-bit binaries for Windows # PyPy3.6 only ships 32-bit binaries for Windows

View File

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