Use 3.11 in tests using latest stable CPython

This commit is contained in:
David Robertson 2022-10-31 12:17:50 +00:00
parent 7911e2835d
commit b53c6a251b
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ if not IS_PR:
"database": "sqlite", "database": "sqlite",
"extras": "all", "extras": "all",
} }
for version in ("3.8", "3.9", "3.10") for version in ("3.8", "3.9", "3.10", "3.11")
) )
@ -62,7 +62,7 @@ trial_postgres_tests = [
if not IS_PR: if not IS_PR:
trial_postgres_tests.append( trial_postgres_tests.append(
{ {
"python-version": "3.10", "python-version": "3.11",
"database": "postgres", "database": "postgres",
"postgres-version": "14", "postgres-version": "14",
"extras": "all", "extras": "all",

View File

@ -393,7 +393,7 @@ jobs:
- python-version: "3.7" - python-version: "3.7"
postgres-version: "10" postgres-version: "10"
- python-version: "3.10" - python-version: "3.11"
postgres-version: "14" postgres-version: "14"
services: services: