summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-11 16:43:47 -0400
committerTres Seaver <tseaver@palladion.com>2012-06-11 16:43:47 -0400
commitb722415f568c12a4c6c7c557cfb6ef84b919d2a5 (patch)
treee9e53c979615505d8ca9d12cb72149bf9b591bec
parentc4e2316d148ab39871f396b17488e604193da52d (diff)
downloadrepoze-lru-b722415f568c12a4c6c7c557cfb6ef84b919d2a5.tar.gz
Drop support for Python 2.5.
Note support for PyPy, added earlier.
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py1
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 01e8b33..e7e1c28 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,10 @@ Changelog
After 0.5
---------
+- Dropped support for Python 2.5.
+
+- Added support for PyPy.
+
- Added ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).
- Added ``setup.py dev`` alias (runs ``develop`` plus installs ``nose``
diff --git a/setup.py b/setup.py
index 78143f3..80fd4dd 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,6 @@ setup(name='repoze.lru',
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
- "Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",