From: Daniele Varrazzo Date: Tue, 2 Sep 2025 22:23:15 +0000 (+0200) Subject: docs: mention Python 3.14 support in news file X-Git-Tag: 3.2.10~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0943666fecb27d7c683238462e5918d06ccc4b6;p=thirdparty%2Fpsycopg.git docs: mention Python 3.14 support in news file --- diff --git a/docs/news.rst b/docs/news.rst index b9ea81798..d923b53e1 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,7 @@ Psycopg 3.2.10 (unreleased) - Fix memory leak when lambda/local functions are used as argument for `~.psycopg.types.json.set_json_dumps()`, `~.psycopg.types.json.set_json_loads()` (:ticket:`#1108`). +- Add support for Python 3.14 (:ticket:`#1053`). - Fix `psycopg_binary.__version__`.