Document PostgreSQL 9.4 as supported

Actually there is a test failing in the test suite in PG 9.4beta2, but
it's probably because the default logging level is to DEBUG. Will wait
for the final release to check if the test is to be fixed. All other
tests pass no problem.
This commit is contained in:
Daniele Varrazzo 2014-08-13 02:07:33 +01:00
parent 9acc1ba882
commit f9518e42b9

View File

@ -19,7 +19,7 @@ The current `!psycopg2` implementation supports:
- Python 2 versions from 2.5 to 2.7
- Python 3 versions from 3.1 to 3.4
- PostgreSQL versions from 7.4 to 9.3
- PostgreSQL versions from 7.4 to 9.4
.. _PostgreSQL: http://www.postgresql.org/
.. _Python: http://www.python.org/