From 40b172ca5a5c9ef58c36fa38f7df50c99a565dc1 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 22 Nov 2013 13:57:15 +0100 Subject: [PATCH] python2.4 is not really tested or supported anymore --- doc/en/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/index.txt b/doc/en/index.txt index 39451ac47..b3fda58db 100644 --- a/doc/en/index.txt +++ b/doc/en/index.txt @@ -8,7 +8,7 @@ pytest: helps you write better programs **a mature full-featured Python testing tool** - - runs on Posix/Windows, Python 2.4-3.3, PyPy and Jython-2.5.1 + - runs on Posix/Windows, Python 2.5-3.3, PyPy and Jython-2.5.1 - :ref:`comprehensive online ` and `PDF documentation `_ - many :ref:`third party plugins ` and :ref:`builtin helpers `