# HG changeset patch # User fschwarz # Date 1299237111 0 # Node ID b3dd65de2a5a15d4a3df7b31fd6258d9fe2270d9 # Parent b6772d07a84b086aedd3b05975607f358e88f2b1 trunk actually does not support Python 2.3 anymore, so mention 2.4 as minimally supported version of Python diff --git a/INSTALL.txt b/INSTALL.txt --- a/INSTALL.txt +++ b/INSTALL.txt @@ -4,7 +4,7 @@ Prerequisites ------------- - * Python 2.3 or later (2.4 or later is recommended) + * Python 2.4 or later * CLDR 1.7 * Optional: setuptools 0.6b1 or later * Optional: pytz (strongly recommended for real time-zone support)