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: 3.1.10~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc90fc182753cdd86f69ddc90dd36080daa165da;p=thirdparty%2Fpsycopg.git docs: mention Python 3.12 support in news file --- diff --git a/docs/news.rst b/docs/news.rst index 6655a8135..ff670804a 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