mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 10:23:43 +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:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.6-dev
|
- 3.6
|
||||||
- 2.6
|
- 2.6
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.4
|
- 3.4
|
||||||
|
|
|
@ -18,8 +18,8 @@ The current `!psycopg2` implementation supports:
|
||||||
NOTE: keep consistent with setup.py and the /features/ page.
|
NOTE: keep consistent with setup.py and the /features/ page.
|
||||||
|
|
||||||
- Python 2 versions from 2.6 to 2.7
|
- Python 2 versions from 2.6 to 2.7
|
||||||
- Python 3 versions from 3.1 to 3.5
|
- Python 3 versions from 3.1 to 3.6
|
||||||
- PostgreSQL server versions from 7.4 to 9.5
|
- PostgreSQL server versions from 7.4 to 9.6
|
||||||
- PostgreSQL client library version from 9.1
|
- PostgreSQL client library version from 9.1
|
||||||
|
|
||||||
.. _PostgreSQL: http://www.postgresql.org/
|
.. _PostgreSQL: http://www.postgresql.org/
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -79,6 +79,7 @@ Programming Language :: Python :: 3.2
|
||||||
Programming Language :: Python :: 3.3
|
Programming Language :: Python :: 3.3
|
||||||
Programming Language :: Python :: 3.4
|
Programming Language :: Python :: 3.4
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: C
|
Programming Language :: C
|
||||||
Programming Language :: SQL
|
Programming Language :: SQL
|
||||||
Topic :: Database
|
Topic :: Database
|
||||||
|
|
Loading…
Reference in New Issue
Block a user