We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1501d commit 7d75690Copy full SHA for 7d75690
2 files changed
NEWS
@@ -4,6 +4,7 @@ Current release
4
What's new in psycopg 2.9.11
5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7
+- Add support for Python 3.14.
8
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
9
PostgreSQL 18.
10
- Drop support for Python 3.8.
doc/src/install.rst
@@ -131,7 +131,7 @@ The current `!psycopg2` implementation supports:
131
..
132
NOTE: keep consistent with setup.py and the /features/ page.
133
134
-- Python versions from 3.9 to 3.13
+- Python versions from 3.9 to 3.14
135
- PostgreSQL server versions from 7.4 to 18
136
- PostgreSQL client library version from 9.1
137
0 commit comments