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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=724bbe2f6f81fb6cf999df8c5d99ab9ed38379c0;p=thirdparty%2Fpsycopg.git docs: mention Python 3.14 support in news file --- diff --git a/docs/news.rst b/docs/news.rst index 973f62307..4e348611a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -39,6 +39,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__`.