docs: declare Python 3.14 supported in the docs

This commit is contained in:
Daniele Varrazzo 2025-10-09 01:41:35 +02:00
parent 0f1501d897
commit 80872cb6de
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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.

View File

@ -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