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

Commit

Permalink
[DO NOT MERGE] Run trial against 3.11 for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Oct 31, 2022
1 parent b53c6a2 commit 4f5d492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def set_output(key: str, value: str):

trial_sqlite_tests = [
{
"python-version": "3.7",
"python-version": "3.11",
"database": "sqlite",
"extras": "all",
}
Expand All @@ -52,7 +52,7 @@ def set_output(key: str, value: str):

trial_postgres_tests = [
{
"python-version": "3.7",
"python-version": "3.11",
"database": "postgres",
"postgres-version": "10",
"extras": "all",
Expand All @@ -71,7 +71,7 @@ def set_output(key: str, value: str):

trial_no_extra_tests = [
{
"python-version": "3.7",
"python-version": "3.11",
"database": "sqlite",
"extras": "",
}
Expand Down

0 comments on commit 4f5d492

Please sign in to comment.