mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-10-18 17:44:19 +03:00
docs: declare Python 3.14 supported in the docs
This commit is contained in:
parent
0f1501d897
commit
80872cb6de
1
NEWS
1
NEWS
|
@ -4,6 +4,7 @@ Current release
|
||||||
What's new in psycopg 2.9.11
|
What's new in psycopg 2.9.11
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
- Add support for Python 3.14.
|
||||||
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
|
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
|
||||||
PostgreSQL 18.
|
PostgreSQL 18.
|
||||||
- Drop support for Python 3.8.
|
- Drop support for Python 3.8.
|
||||||
|
|
|
@ -131,7 +131,7 @@ The current `!psycopg2` implementation supports:
|
||||||
..
|
..
|
||||||
NOTE: keep consistent with setup.py and the /features/ page.
|
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 server versions from 7.4 to 18
|
||||||
- PostgreSQL client library version from 9.1
|
- PostgreSQL client library version from 9.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user