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

Commit 5d780f3

Browse files
author
David Robertson
committed
Try Python 3.11 in CI
Let's see if anything breaks
1 parent eaed4e6 commit 5d780f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"database": "sqlite",
4040
"extras": "all",
4141
}
42-
for version in ("3.8", "3.9", "3.10")
42+
for version in ("3.8", "3.9", "3.10", "3.11")
4343
)
4444

4545

4646
trial_postgres_tests = [
4747
{
48-
"python-version": "3.7",
48+
"python-version": "3.11",
4949
"database": "postgres",
5050
"postgres-version": "10",
5151
"extras": "all",
@@ -55,7 +55,7 @@
5555
if not IS_PR:
5656
trial_postgres_tests.append(
5757
{
58-
"python-version": "3.10",
58+
"python-version": "3.11",
5959
"database": "postgres",
6060
"postgres-version": "14",
6161
"extras": "all",
@@ -64,7 +64,7 @@
6464

6565
trial_no_extra_tests = [
6666
{
67-
"python-version": "3.7",
67+
"python-version": "3.11",
6868
"database": "sqlite",
6969
"extras": "",
7070
}

0 commit comments

Comments
 (0)