]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: add PostgreSQL 16 to the test grid
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 3 Oct 2023 11:26:16 +0000 (13:26 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 3 Oct 2023 11:28:18 +0000 (13:28 +0200)
.github/workflows/tests.yml
docs/basic/install.rst

index 491e85373851a2aad80df8cb76522e6074067262..bb897b1ef5af9ac201bf21c6642e5d0230957a04 100644 (file)
@@ -28,16 +28,16 @@ jobs:
           # Test different combinations of Python, Postgres, libpq.
           - {impl: python, python: "3.7", postgres: "postgres:10", libpq: newest}
           - {impl: python, python: "3.8", postgres: "postgres:11"}
-          - {impl: python, python: "3.9", postgres: "postgres:12"}
-          - {impl: python, python: "3.10", postgres: "postgres:13"}
-          - {impl: python, python: "3.11", postgres: "postgres:14"}
-          - {impl: python, python: "3.12", postgres: "postgres:15", libpq: oldest}
-
-          - {impl: c, python: "3.7", postgres: "postgres:15", libpq: newest}
-          - {impl: c, python: "3.8", postgres: "postgres:13"}
-          - {impl: c, python: "3.9", postgres: "postgres:14"}
-          - {impl: c, python: "3.10", postgres: "postgres:12"}
-          - {impl: c, python: "3.11", postgres: "postgres:11", libpq: oldest}
+          - {impl: python, python: "3.9", postgres: "postgres:13"}
+          - {impl: python, python: "3.10", postgres: "postgres:14"}
+          - {impl: python, python: "3.11", postgres: "postgres:15"}
+          - {impl: python, python: "3.12", postgres: "postgres:16", libpq: oldest}
+
+          - {impl: c, python: "3.7", postgres: "postgres:16", libpq: newest}
+          - {impl: c, python: "3.8", postgres: "postgres:14"}
+          - {impl: c, python: "3.9", postgres: "postgres:15"}
+          - {impl: c, python: "3.10", postgres: "postgres:13"}
+          - {impl: c, python: "3.11", postgres: "postgres:12", libpq: oldest}
           - {impl: c, python: "3.12", postgres: "postgres:10", libpq: newest}
 
           - {impl: python, python: "3.9", ext: dns, postgres: "postgres:14"}
index 8f28b9e65f604cd5ffd90580c3e60acfa6439f94..120c08f4ac46ec428682ea321274b99c7691f121 100644 (file)
@@ -23,7 +23,7 @@ The Psycopg version documented here has *official and tested* support for:
 
   - Python 3.6 supported before Psycopg 3.1
 
-- PostgreSQL: from version 10 to 15
+- PostgreSQL: from version 10 to 16
 - OS: Linux, macOS, Windows
 
 The tests to verify the supported systems run in `Github workflows`__: