mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Fix supported Py/PG versions in docs
This commit is contained in:
parent
6d6fd9acf7
commit
44281d6692
|
@ -14,9 +14,12 @@ mature as the C implementation yet.
|
||||||
|
|
||||||
The current `!psycopg2` implementation supports:
|
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 2 versions from 2.5 to 2.7
|
||||||
- Python 3 versions from 3.1 to 3.3
|
- Python 3 versions from 3.1 to 3.4
|
||||||
- PostgreSQL versions from 7.4 to 9.2
|
- PostgreSQL versions from 7.4 to 9.3
|
||||||
|
|
||||||
.. _PostgreSQL: http://www.postgresql.org/
|
.. _PostgreSQL: http://www.postgresql.org/
|
||||||
.. _Python: http://www.python.org/
|
.. _Python: http://www.python.org/
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,6 +25,8 @@ UPDATEs. psycopg2 also provide full asynchronous operations and support
|
||||||
for coroutine libraries.
|
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 = """\
|
classifiers = """\
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
|
|
Loading…
Reference in New Issue
Block a user