]> 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>
Sun, 7 Sep 2025 11:47:24 +0000 (13:47 +0200)
docs/basic/install.rst
docs/release.rst

index 39f9ac71ba96d0634c69a30bbf6672ace6c5a942..00b4f5d25f0d41fe9f1d976bc8b4a9d2bf10b585 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 945e052f2e26bc25e777a6d79ec13184b4b1569b..29e043b1a9fefd1a2532c971462ba417f11cde03 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``;