summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-19 10:28:59 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-19 10:28:59 -0500
commitf9146e90265fd6fc8b8da464948458170f1da274 (patch)
tree0d90778f9f7da432c188785719b625c50f4721b7 /README.md
parent8c6f5706cca39c3cf2739323f4f934f0a943fcdb (diff)
downloadply-f9146e90265fd6fc8b8da464948458170f1da274.tar.gz
Improvements to output file handling. Python2/3 compatibility. Table generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43bd6c9..58507a8 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ A simple example is found at the end of this document
Requirements
============
-PLY requires the use of Python 2.2 or greater. However, you should
+PLY requires the use of Python 2.6 or greater. However, you should
use the latest Python release if possible. It should work on just
about any platform. PLY has been tested with both CPython and Jython.
It also seems to work with IronPython.