Mention Python 3.9 supported

See #1183
This commit is contained in:
Daniele Varrazzo 2020-11-16 11:53:30 +00:00
parent 87dc783bc6
commit 8764a85320
2 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,7 @@ The current `!psycopg2` implementation supports:
NOTE: keep consistent with setup.py and the /features/ page.
- Python version 2.7
- Python 3 versions from 3.4 to 3.8
- Python 3 versions from 3.4 to 3.9
- PostgreSQL server versions from 7.4 to 13
- PostgreSQL client library version from 9.1

View File

@ -66,6 +66,7 @@ Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: C
Programming Language :: SQL