From 2d7d1ad1bcce37244274ab1954ab3a7e817a4f32 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 1 Aug 2023 03:48:52 +0100 Subject: [PATCH] docs: mention Python 3.12 support in news file --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3