From 05bd0d1d42e2a1aeb3b835a4ae96de7364735192 Mon Sep 17 00:00:00 2001 From: Nicolas Appriou Date: Wed, 19 Apr 2017 16:02:55 +0200 Subject: [PATCH] fix python interpreter supported version in doc (#286) --- docs/intro.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 0977ecb..e3da4dc 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -77,11 +77,12 @@ Pythons Supported At this time, the following Python platforms are officially supported: -* cPython 2.5 * cPython 2.6 * cPython 2.7 -* cPython 3.1 -* cPython 3.2 +* cPython 3.3 +* cPython 3.4 +* cPython 3.5 +* cPython 3.6 * PyPy-c 1.4 * PyPy-c 1.5