Merge pull request #6686 from hugovk/test-3.11-final

This commit is contained in:
Hugo van Kemenade 2022-10-26 14:26:40 +03:00 committed by GitHub
commit 8ed46cd568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
architecture: ["x86", "x64"] architecture: ["x86", "x64"]
include: include:
# PyPy 7.3.4+ only ships 64-bit binaries for Windows # PyPy 7.3.4+ only ships 64-bit binaries for Windows

View File

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