# HG changeset patch # User fschwarz # Date 1299237111 0 # Node ID db2bf9d221fcef52054f889d4d0436ad8a9db9a6 # Parent e57f6c0e371b15fecf24c42838699831114b94f7 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)