Consider Python 3.6 and Postgres 9.6 supported

This commit is contained in:
Daniele Varrazzo 2017-01-03 19:12:44 +01:00
parent 077328c1a2
commit 651f1b6c97
3 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ language: python
python:
- 2.7
- 3.6-dev
- 3.6
- 2.6
- 3.5
- 3.4

View File

@ -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/

View File

@ -79,6 +79,7 @@ Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: C
Programming Language :: SQL
Topic :: Database