Skip to content

Commit 05bd0d1

Browse files
Nicalsiurisilvio
authored andcommitted
fix python interpreter supported version in doc (#286)
1 parent 6280773 commit 05bd0d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/intro.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ Pythons Supported
7777

7878
At this time, the following Python platforms are officially supported:
7979

80-
* cPython 2.5
8180
* cPython 2.6
8281
* cPython 2.7
83-
* cPython 3.1
84-
* cPython 3.2
82+
* cPython 3.3
83+
* cPython 3.4
84+
* cPython 3.5
85+
* cPython 3.6
8586
* PyPy-c 1.4
8687
* PyPy-c 1.5
8788

0 commit comments

Comments
 (0)