diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-03 04:56:02 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-03 04:56:02 +0000 |
commit | de8b335d80ecba0305e2b4796373a4064fd450b3 (patch) | |
tree | 26a5fab1a9f022adda5d5ad2de78b816fe0350e1 /doc/src/install.rst | |
parent | a8a3a298f8ade3b0430ff2df0a5d5ee1fe920e3d (diff) | |
parent | ca42306d7916647448184907e03c77ff54ebd4f9 (diff) | |
download | psycopg2-sql-compose.tar.gz |
Merge branch 'master' into sql-composesql-compose
Diffstat (limited to 'doc/src/install.rst')
-rw-r--r-- | doc/src/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst index 4611537..b364551 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -18,8 +18,8 @@ The current `!psycopg2` implementation supports: NOTE: keep consistent with setup.py and the /features/ page. - Python 2 versions from 2.6 to 2.7 -- Python 3 versions from 3.1 to 3.5 -- PostgreSQL server versions from 7.4 to 9.5 +- Python 3 versions from 3.1 to 3.6 +- PostgreSQL server versions from 7.4 to 9.6 - PostgreSQL client library version from 9.1 .. _PostgreSQL: http://www.postgresql.org/ |