summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2013-12-26 11:07:23 -0500
committerEli Collins <elic@assurancetechnologies.com>2013-12-26 11:07:23 -0500
commit26b9e07e2f9709b906a55cf096ab4e4b5d96a31a (patch)
treeb5fbf8fbb1557530b9d693505f64fe6a34a4ab81
parent0db4ea7949997265fcaae406a26070af86d4bb65 (diff)
downloadpasslib-26b9e07e2f9709b906a55cf096ab4e4b5d96a31a.tar.gz
decided python2.5 support is getting to be too much trouble, though could perhaps go for one more major release.
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec461e5..05ec1ba 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,13 @@ Release History
As of Passlib 1.7, :mod:`passlib.ext.django` will require Django >= 1.4.
Passlib 1.6.x is the last release that will support Django 1.3.x and earlier.
+ .. warning::
+
+ Unless significant feedback is received to reverse the decision,
+ **Passlib 1.7 will drop support for Python 2.5.** Too many core tools
+ (such as Setuptools, Pip, and Tox) no longer support it, making
+ testing increasingly burdensome.
+
**1.6.1** (2012-08-02)
======================