diff --git a/README.md b/README.md index fefae45..e2a9493 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Requirements -* Python 2.7 series. (Not tested with Python 3.) +* Python 3.7 or later. * The `pyparsing` module. Linux: `pip install pyparsing`, `easy_install pyparsing`, or whatever other method you normally use to install Python modules; macOS (MacPorts): `port install py-parsing`. Also see the [pyparsing documentation][]. * The `pexpect module`. Linux: `pip install pexpect`, `easy_install pexpect`, or whatever other method you normally use to install Python modules; macOS (MacPorts): `port install py-pexpect`. Also see the [pexpect documentation][].