Fix supported Py/PG versions in docs

This commit is contained in:
Daniele Varrazzo 2014-08-04 22:39:41 +01:00
parent 0b06ebbf40
commit f434d87ef1
2 changed files with 7 additions and 2 deletions

View File

@ -14,9 +14,12 @@ mature as the C implementation yet.
The current `!psycopg2` implementation supports:
..
NOTE: keep consistent with setup.py and the /features/ page.
- Python 2 versions from 2.5 to 2.7
- Python 3 versions from 3.1 to 3.3
- PostgreSQL versions from 7.4 to 9.2
- Python 3 versions from 3.1 to 3.4
- PostgreSQL versions from 7.4 to 9.3
.. _PostgreSQL: http://www.postgresql.org/
.. _Python: http://www.python.org/

View File

@ -25,6 +25,8 @@ UPDATEs. psycopg2 also provide full asynchronous operations and support
for coroutine libraries.
"""
# note: if you are changing the list of supported Python version please fix
# the docs in install.rst and the /features/ page on the website.
classifiers = """\
Development Status :: 5 - Production/Stable
Intended Audience :: Developers