Dropped support for Python 3.1

This commit is contained in:
Daniele Varrazzo 2017-02-06 23:03:48 +00:00
parent e9c5f66450
commit 705dda2cba
3 changed files with 2 additions and 3 deletions

2
NEWS
View File

@ -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).

View File

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

View File

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