diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-11-06 18:38:22 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-11-06 18:38:22 +0000 |
commit | d88d8f961947fb672e0cecd023eaabedc119fa5f (patch) | |
tree | 843a7f0d35f23a3d363b7fa44464a813e3abe33f | |
parent | 9614e7241bf8a4c713895b01018027dd35ee8c60 (diff) | |
download | psycopg2-d88d8f961947fb672e0cecd023eaabedc119fa5f.tar.gz |
Added PostgreSQL 10 in the list of supported servers
-rw-r--r-- | doc/src/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst index 086bc62..2993c7c 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -19,7 +19,7 @@ The current `!psycopg2` implementation supports: - Python 2 versions from 2.6 to 2.7 - Python 3 versions from 3.2 to 3.6 -- PostgreSQL server versions from 7.4 to 9.6 +- PostgreSQL server versions from 7.4 to 10 - PostgreSQL client library version from 9.1 .. _PostgreSQL: http://www.postgresql.org/ |