diff options
| author | Ian Ward <ian@excess.org> | 2014-02-09 09:32:52 -0500 |
|---|---|---|
| committer | Ian Ward <ian@excess.org> | 2014-02-09 09:32:52 -0500 |
| commit | 6540a69473ea3dd823e9027369b8e1980301219a (patch) | |
| tree | 2b83288ff504e52f4335c2100e7d4d759c402f90 /docs | |
| parent | 87f9b9e71e89d4097187f9680230374da16a64a4 (diff) | |
| download | urwid-6540a69473ea3dd823e9027369b8e1980301219a.tar.gz | |
drop 2.4, 2.5 support, add PyPy
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tools/templates/indexcontent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html index 037ee7c..784cd83 100644 --- a/docs/tools/templates/indexcontent.html +++ b/docs/tools/templates/indexcontent.html @@ -37,7 +37,7 @@ <div class="section" id="requirements"> <h3>Requirements</h3> <ul> -<li>Python 2.4, 2.5, 2.6, 2.7, 3.2 or 3.3</li> +<li>Python 2.6, 2.7, 3.2+ or PyPy</li> <li>Linux, OSX, Cygwin or other unix-like OS</li> <li>python-gi for GlibEventLoop (optional)</li> <li>Twisted for TwistedEventLoop (optional)</li> |
