]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention dropping Python 3.7 in psycopg 3.2 release
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 30 Jun 2024 23:13:10 +0000 (01:13 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 30 Jun 2024 23:13:10 +0000 (01:13 +0200)
docs/news.rst

index 9348bf0c002a16e7a97c5f6c12cb187797948aec..5a81c2f342e0309ce90936d97e391911ffe1fd64 100644 (file)
@@ -48,6 +48,7 @@ Psycopg 3.2
 
 .. rubric:: Other changes
 
+- Drop support for Python 3.7.
 - Prepared statements are now :ref:`compatible with PgBouncer <pgbouncer>`.
   (:ticket:`#589`).
 - Disable receiving more than one result on the same cursor in pipeline mode,
@@ -433,7 +434,7 @@ Psycopg 3.0.4
 
 - Allow to use the module with strict strings comparison (:ticket:`#147`).
 - Fix segfault on Python 3.6 running in ``-W error`` mode, related to
-  `!backport.zoneinfo` `ticket #109
+  `!backport.zoneinfo` (:ticket:`#109`).
   <https://github.com/pganssle/zoneinfo/issues/109>`__.
 - Build binary package with libpq versions not affected by `CVE-2021-23222
   <https://www.postgresql.org/support/security/CVE-2021-23222/>`__