From 879a08640ca7848eb190202887b00f3f2c980dd6 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 11 May 2025 22:50:58 +0200 Subject: [PATCH] docs: mention PostgreSQL v18 support --- docs/basic/install.rst | 2 +- docs/release.rst | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 7b11f5d39..7527a3d57 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 f1a5aac4f..ead071674 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``; -- 2.47.2