summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-05 12:19:26 -0600
committerBenjamin Peterson <benjamin@python.org>2015-01-05 12:19:26 -0600
commitb24e1d723805c67b75697666644a91e94f70bb62 (patch)
treeb89ca6ab1014e69de1983b69c7f28fadd52e68dd
parent22492598522dd1b722dd133e914729c2380a1bc4 (diff)
downloadsix-b24e1d723805c67b75697666644a91e94f70bb62.tar.gz
we no longer support python 2.5
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 32bab7c..2a22717 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.5. It is contained in only one Python
+Six supports every Python version since 2.6. 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.)