mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-17 01:20:32 +03:00
Start advertising Py 3.5 support
This commit is contained in:
parent
65ec7e8bcb
commit
4fb236e688
|
@ -18,7 +18,7 @@ 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.5 to 2.7
|
- Python 2 versions from 2.5 to 2.7
|
||||||
- Python 3 versions from 3.1 to 3.4
|
- Python 3 versions from 3.1 to 3.5
|
||||||
- PostgreSQL versions from 7.4 to 9.4
|
- PostgreSQL versions from 7.4 to 9.4
|
||||||
|
|
||||||
.. _PostgreSQL: http://www.postgresql.org/
|
.. _PostgreSQL: http://www.postgresql.org/
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -41,6 +41,7 @@ Programming Language :: Python :: 3.1
|
||||||
Programming Language :: Python :: 3.2
|
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 :: C
|
Programming Language :: C
|
||||||
Programming Language :: SQL
|
Programming Language :: SQL
|
||||||
Topic :: Database
|
Topic :: Database
|
||||||
|
|
Loading…
Reference in New Issue
Block a user