From 99e86b18cb2096a1293b93db7c3bd2a951d6f848 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 20 Dec 2013 21:59:17 -0600 Subject: remove support for Python 2.4, since py.test doesn't support it anymore --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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.) -- cgit v1.2.1