summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-12-20 21:59:17 -0600
committerBenjamin Peterson <benjamin@python.org>2013-12-20 21:59:17 -0600
commit99e86b18cb2096a1293b93db7c3bd2a951d6f848 (patch)
tree52d560d5c9d4c585a8c3fceb94ae45e1a3d8cf48 /README
parentcff44f7829291fb4605d47ce4a9c33c5eee5ead6 (diff)
downloadsix-99e86b18cb2096a1293b93db7c3bd2a951d6f848.tar.gz
remove support for Python 2.4, since py.test doesn't support it anymore
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 99bd3a6..4de73fa 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.
-Six supports every Python version since 2.4. It is contained in only one Python
+Six supports every Python version since 2.5. It is contained in only one Python
file, so it can be easily copied into your project. (The copyright and license
notice must be retained.)