summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-06 23:03:48 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-06 23:03:48 +0000
commit705dda2cba9e473e1908ce32bf107b0e848cce36 (patch)
tree03c0a1cf016a7f4be753e787e14b9f332519e2fa
parente9c5f66450ed050e87438dbac48e212d48a32756 (diff)
downloadpsycopg2-705dda2cba9e473e1908ce32bf107b0e848cce36.tar.gz
Dropped support for Python 3.1
-rw-r--r--NEWS2
-rw-r--r--doc/src/install.rst2
-rw-r--r--setup.py1
3 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8fc1714..42943a4 100644
--- a/NEWS
+++ b/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).
diff --git a/doc/src/install.rst b/doc/src/install.rst
index b364551..0ff4693 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -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
diff --git a/setup.py b/setup.py
index 0f34ceb..b88d54d 100644
--- a/setup.py
+++ b/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