[DO NOT MERGE] Run trial against 3.11 for this PR

pull/13812/head
David Robertson 2022-10-31 12:20:12 +00:00
parent b53c6a251b
commit 4f5d492cd6
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ IS_PR = os.environ["GITHUB_REF"].startswith("refs/pull/")
trial_sqlite_tests = [
{
"python-version": "3.7",
"python-version": "3.11",
"database": "sqlite",
"extras": "all",
}
@ -52,7 +52,7 @@ if not IS_PR:
trial_postgres_tests = [
{
"python-version": "3.7",
"python-version": "3.11",
"database": "postgres",
"postgres-version": "10",
"extras": "all",
@ -71,7 +71,7 @@ if not IS_PR:
trial_no_extra_tests = [
{
"python-version": "3.7",
"python-version": "3.11",
"database": "sqlite",
"extras": "",
}