summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2023-01-07 08:41:18 -0800
committerEli Bendersky <eliben@gmail.com>2023-01-07 08:41:18 -0800
commit85a40529d4fda2e4eb59c9bd619aabe2f55851e3 (patch)
tree8c1150b73ee1f179539c1db32563caff0a693911 /README.rst
parentaa325fd47f8c4115e396f5e79d0442666a89b457 (diff)
downloadpycparser-85a40529d4fda2e4eb59c9bd619aabe2f55851e3.tar.gz
More removal of code specific for Python 2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e8ae8c1..fa33847 100644
--- a/README.rst
+++ b/README.rst
@@ -83,9 +83,7 @@ Installing
Prerequisites
-------------
-* **pycparser** was tested on Python 2.7, 3.4-3.6, on both Linux and
- Windows. It should work on any later version (in both the 2.x and 3.x lines)
- as well.
+* **pycparser** was tested on Python 3.7+ on Linux, Mac OS and Windows.
* **pycparser** has no external dependencies. The only non-stdlib library it
uses is PLY, which is bundled in ``pycparser/ply``. The current PLY version is