@@ -16,17 +16,17 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 include :
19- - {python: "3.9", postgres: "13 "}
20- - {python: "3.10", postgres: "14 "}
21- - {python: "3.11", postgres: "15 "}
22- - {python: "3.12", postgres: "16 "}
23- - {python: "3.13", postgres: "17 "}
19+ - {python: "3.9", postgres: "14 "}
20+ - {python: "3.10", postgres: "15 "}
21+ - {python: "3.11", postgres: "16 "}
22+ - {python: "3.12", postgres: "17 "}
23+ - {python: "3.13", postgres: "18 "}
2424
2525 # Opposite extremes of the supported Py/PG range, other architecture
26- - {python: "3.9", postgres: "17 ", architecture: "x86"}
27- - {python: "3.10", postgres: "16 ", architecture: "x86"}
28- - {python: "3.11", postgres: "15 ", architecture: "x86"}
29- - {python: "3.12", postgres: "14 ", architecture: "x86"}
26+ - {python: "3.9", postgres: "18 ", architecture: "x86"}
27+ - {python: "3.10", postgres: "17 ", architecture: "x86"}
28+ - {python: "3.11", postgres: "16 ", architecture: "x86"}
29+ - {python: "3.12", postgres: "15 ", architecture: "x86"}
3030 - {python: "3.13", postgres: "13", architecture: "x86"}
3131
3232 env :
0 commit comments