Skip to content

Commit 7d75690

Browse files
committed
docs: declare Python 3.14 supported in the docs
1 parent 0f1501d commit 7d75690

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Current release
44
What's new in psycopg 2.9.11
55
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66

7+
- Add support for Python 3.14.
78
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
89
PostgreSQL 18.
910
- Drop support for Python 3.8.

doc/src/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The current `!psycopg2` implementation supports:
131131
..
132132
NOTE: keep consistent with setup.py and the /features/ page.
133133
134-
- Python versions from 3.9 to 3.13
134+
- Python versions from 3.9 to 3.14
135135
- PostgreSQL server versions from 7.4 to 18
136136
- PostgreSQL client library version from 9.1
137137

0 commit comments

Comments
 (0)