summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-10 15:24:32 +0300
committerEli Bendersky <eliben@users.noreply.github.com>2017-10-10 05:24:32 -0700
commit988a6afe397a4b7a10bbe929cb1af5607a859006 (patch)
tree633831c86a3d69c7f2a28364cbcee1a3767f9cd7 /README.rst
parent2fdaa9870670813b556e3b7c3dc4f4011dccc692 (diff)
downloadpycparser-988a6afe397a4b7a10bbe929cb1af5607a859006.tar.gz
Add Python 3.6 (#214)
* Add Python 3.6 Plus the other explicit major.minor versions supported
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 951946e..ecfed5d 100644
--- a/README.rst
+++ b/README.rst
@@ -79,7 +79,7 @@ Installing
Prerequisites
-------------
-* **pycparser** was tested on Python 2.7, 3.4 and 3.5, on both Linux and
+* **pycparser** was tested on Python 2.7, 3.3-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.