From b24e1d723805c67b75697666644a91e94f70bb62 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 5 Jan 2015 12:19:26 -0600 Subject: we no longer support python 2.5 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- cgit v1.2.1