]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention PostgreSQL v18 support
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 11 May 2025 20:50:58 +0000 (22:50 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Jul 2025 14:10:08 +0000 (16:10 +0200)
docs/basic/install.rst
docs/release.rst

index 7b11f5d39159692832ca4a38a11ad1646384d789..7527a3d5742df2b83b6465668aab8666278dbfb2 100644 (file)
@@ -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.
index f1a5aac4f7488eb7a1d60ffa5959afec163355aa..ead071674839896db4c622bbffa4b1c86be652b0 100644 (file)
@@ -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``;