From: Daniele Varrazzo Date: Sun, 11 May 2025 20:50:58 +0000 (+0200) Subject: docs: mention PostgreSQL v18 support X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cb547cd5a3f9ddc74febfa2056047ae6a261b60;p=thirdparty%2Fpsycopg.git docs: mention PostgreSQL v18 support --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 39f9ac71b..00b4f5d25 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -33,7 +33,7 @@ The Psycopg version documented here has *official and tested* support for: - PyPy 3.9 supported before Psycopg 3.3 - **Note:** Only the pure Python version is supported. -- PostgreSQL: from version 10 to 17 +- PostgreSQL: from version 10 to 18 - **Note:** PostgreSQL `currently supported release`__ are actively tested in the CI. Out-of-support releases are supported on a best-effort basis. diff --git a/docs/release.rst b/docs/release.rst index 945e052f2..29e043b1a 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -81,8 +81,6 @@ When a new PostgreSQL major version is released - ``.github/workflows/packages-bin.yml``. - ``.github/workflows/tests.yml``. -- Bump the version in ``tools/ci/wheel_win32_before_build.bat``. - - Update the documented versions in: - ``docs/basic/install.rst``;