summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2014-02-09 09:35:38 -0500
committerIan Ward <ian@excess.org>2014-02-09 09:35:38 -0500
commit65312fe0b20b2c6615f7fd038587d22a0d94f123 (patch)
tree5c45e803a544cf1f532cb87d36ed1ee4285d7689
parent6540a69473ea3dd823e9027369b8e1980301219a (diff)
downloadurwid-65312fe0b20b2c6615f7fd038587d22a0d94f123.tar.gz
readme: drop 2.4, 2.5 support
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0f2a6b3..cfc4af8 100644
--- a/README.rst
+++ b/README.rst
@@ -13,12 +13,12 @@ It includes many features useful for text console application developers includi
- Automatic, programmable text alignment and wrapping
- Simple markup for setting text attributes within blocks of text
- Powerful list box with programmable content for scrolling all widget types
-- Your choice of event loops: Twisted, Glib or built-in select-based loop
+- Your choice of event loops: Twisted, Glib, Tornado or select-based loop
- Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
- Display modules include raw, curses, and experimental LCD and web displays
- Support for UTF-8, simple 8-bit and CJK encodings
- 256 and 88 color mode support
-- Compatible with Python 2.4, 2.5, 2.6, 2.7, 3.2 and 3.3
+- Compatible with Python 2.6, 2.7, 3.2+ and PyPy
Home Page:
http://urwid.org/