From 80872cb6de2912f37c0f9721b64531f89b7b77a2 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 9 Oct 2025 01:41:35 +0200 Subject: [PATCH] docs: declare Python 3.14 supported in the docs --- NEWS | 1 + doc/src/install.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6659585a..f31a1f9a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ Current release What's new in psycopg 2.9.11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Add support for Python 3.14. - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 18. - Drop support for Python 3.8. diff --git a/doc/src/install.rst b/doc/src/install.rst index f32bb02d..17e475bf 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -131,7 +131,7 @@ The current `!psycopg2` implementation supports: .. NOTE: keep consistent with setup.py and the /features/ page. -- Python versions from 3.9 to 3.13 +- Python versions from 3.9 to 3.14 - PostgreSQL server versions from 7.4 to 18 - PostgreSQL client library version from 9.1