From: Daniele Varrazzo Date: Tue, 3 Oct 2023 11:26:16 +0000 (+0200) Subject: ci: add PostgreSQL 16 to the test grid X-Git-Tag: pool-3.1.9~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f13e22e6041509b1a63e4c8fd75cac827714d6;p=thirdparty%2Fpsycopg.git ci: add PostgreSQL 16 to the test grid --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 491e85373..bb897b1ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"} diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 8f28b9e65..120c08f4a 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -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`__: