mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Consider Python 3.6 and Postgres 9.6 supported
This commit is contained in:
parent
077328c1a2
commit
651f1b6c97
|
@ -6,7 +6,7 @@ language: python
|
|||
|
||||
python:
|
||||
- 2.7
|
||||
- 3.6-dev
|
||||
- 3.6
|
||||
- 2.6
|
||||
- 3.5
|
||||
- 3.4
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user