Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4f5d492

Browse files
author
David Robertson
committed
[DO NOT MERGE] Run trial against 3.11 for this PR
1 parent b53c6a2 commit 4f5d492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .ci/scripts/calculate_jobs.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def set_output(key: str, value: str):
3333

3434
trial_sqlite_tests = [
3535
{
36-
"python-version": "3.7",
36+
"python-version": "3.11",
3737
"database": "sqlite",
3838
"extras": "all",
3939
}
@@ -52,7 +52,7 @@ def set_output(key: str, value: str):
5252

5353
trial_postgres_tests = [
5454
{
55-
"python-version": "3.7",
55+
"python-version": "3.11",
5656
"database": "postgres",
5757
"postgres-version": "10",
5858
"extras": "all",
@@ -71,7 +71,7 @@ def set_output(key: str, value: str):
7171

7272
trial_no_extra_tests = [
7373
{
74-
"python-version": "3.7",
74+
"python-version": "3.11",
7575
"database": "sqlite",
7676
"extras": "",
7777
}

0 commit comments

Comments
 (0)