docs: bump supported versions to Python 3.13 and Postgres 17

This commit is contained in:
Daniele Varrazzo 2024-10-08 17:08:02 +02:00
parent dac8fa5632
commit 563b55a725

View File

@ -131,8 +131,8 @@ The current `!psycopg2` implementation supports:
..
NOTE: keep consistent with setup.py and the /features/ page.
- Python versions from 3.8 to 3.12
- PostgreSQL server versions from 7.4 to 16
- Python versions from 3.8 to 3.13
- PostgreSQL server versions from 7.4 to 17
- PostgreSQL client library version from 9.1
.. note::