From: Daniele Varrazzo Date: Tue, 1 Aug 2023 02:48:52 +0000 (+0100) Subject: docs: mention Python 3.12 support in news file X-Git-Tag: pool-3.2.0~78^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d7d1ad1bcce37244274ab1954ab3a7e817a4f32;p=thirdparty%2Fpsycopg.git docs: mention Python 3.12 support in news file --- diff --git a/docs/news.rst b/docs/news.rst index f900c3e5e..70e92ef51 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -25,6 +25,7 @@ Psycopg 3.1.10 (unreleased) `!QueryCanceled` raised as a consequence (:ticket:`#593`). - Fix resetting `Connection.read_only` and `~Connection.deferrable` to their default value using `!None` (:ticket:`#612`). +- Add support for Python 3.12. Current release