From 4f05d9665ba71bf6818e5b08657b62c435ce0fbe Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Mon, 17 Jul 2017 19:02:50 +0200
Subject: [PATCH] Update list of supported py versions in README.

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 05ff715..3e3f144 100644
--- a/README.rst
+++ b/README.rst
@@ -313,7 +313,7 @@ We recommend to create and activate a virtualenv_ first::
   $ source py34/bin/activate
   (py34) $
 
-We support Python versions 2.6, 2.7, 3.3, 3.4, 3.5, pypy.
+We support Python versions 2.6, 2.7, 3.3 to 3.6, and pypy.
 
 Now you can create the devel environment::
 
-- 
GitLab