mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Dropped support for Python 3.1
This commit is contained in:
parent
e9c5f66450
commit
705dda2cba
2
NEWS
2
NEWS
|
@ -43,7 +43,7 @@ Bug fixes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- Dropped support for Python 2.5.
|
||||
- Dropped support for Python 2.5 and 3.1.
|
||||
- Dropped support for client library older than PostgreSQL 9.1 (but older
|
||||
server versions are still supported).
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ 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.6
|
||||
- Python 3 versions from 3.2 to 3.6
|
||||
- PostgreSQL server versions from 7.4 to 9.6
|
||||
- PostgreSQL client library version from 9.1
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -78,7 +78,6 @@ Programming Language :: Python
|
|||
Programming Language :: Python :: 2.6
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.1
|
||||
Programming Language :: Python :: 3.2
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user