Skip to content

Commit 9d76c0b

Browse files
committed
ci: test with PostgreSQL 17
1 parent 563b55a commit 9d76c0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- {python: "3.10", postgres: "14"}
1919
- {python: "3.11", postgres: "15"}
2020
- {python: "3.12", postgres: "16"}
21-
- {python: "3.13-dev", postgres: "16"}
21+
- {python: "3.13-dev", postgres: "17"}
2222

2323
# Opposite extremes of the supported Py/PG range, other architecture
24-
- {python: "3.8", postgres: "15", architecture: "x86"}
25-
- {python: "3.9", postgres: "14", architecture: "x86"}
26-
- {python: "3.10", postgres: "13", architecture: "x86"}
27-
- {python: "3.11", postgres: "11", architecture: "x86"}
28-
- {python: "3.12", postgres: "10", architecture: "x86"}
29-
- {python: "3.13-dev", postgres: "10", architecture: "x86"}
24+
- {python: "3.8", postgres: "17", architecture: "x86"}
25+
- {python: "3.9", postgres: "16", architecture: "x86"}
26+
- {python: "3.10", postgres: "15", architecture: "x86"}
27+
- {python: "3.11", postgres: "14", architecture: "x86"}
28+
- {python: "3.12", postgres: "13", architecture: "x86"}
29+
- {python: "3.13-dev", postgres: "12", architecture: "x86"}
3030

3131
env:
3232
PSYCOPG2_TESTDB: postgres

0 commit comments

Comments
 (0)