From 724bbe2f6f81fb6cf999df8c5d99ab9ed38379c0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 3 Sep 2025 00:23:15 +0200 Subject: [PATCH] docs: mention Python 3.14 support in news file --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) 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__`. -- 2.47.3