From: Daniele Varrazzo Date: Sun, 30 Jun 2024 23:13:10 +0000 (+0200) Subject: docs: mention dropping Python 3.7 in psycopg 3.2 release X-Git-Tag: 3.2.1~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=06a6e5e213577fca0fa1c6ca62def8fa5803663a;p=thirdparty%2Fpsycopg.git docs: mention dropping Python 3.7 in psycopg 3.2 release --- diff --git a/docs/news.rst b/docs/news.rst index 9348bf0c0..5a81c2f34 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -48,6 +48,7 @@ Psycopg 3.2 .. rubric:: Other changes +- Drop support for Python 3.7. - Prepared statements are now :ref:`compatible with 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`). `__. - Build binary package with libpq versions not affected by `CVE-2021-23222 `__