@@ -18,15 +18,15 @@ jobs:
18
18
- {python: "3.10", postgres: "14"}
19
19
- {python: "3.11", postgres: "15"}
20
20
- {python: "3.12", postgres: "16"}
21
- - {python: "3.13-dev", postgres: "16 "}
21
+ - {python: "3.13-dev", postgres: "17 "}
22
22
23
23
# 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"}
30
30
31
31
env :
32
32
PSYCOPG2_TESTDB : postgres
0 commit comments