diff options
| author | Nicolas Appriou <nicolas.appriou@gmail.com> | 2017-04-19 16:02:55 +0200 |
|---|---|---|
| committer | Iuri de Silvio <iurisilvio@gmail.com> | 2017-04-19 11:02:55 -0300 |
| commit | 05bd0d1d42e2a1aeb3b835a4ae96de7364735192 (patch) | |
| tree | 8cbbbe8e5d0b66011738963319764b786a56516a /docs | |
| parent | 62807734bd6f7f4ade5befb9a22b091db4182010 (diff) | |
| download | tablib-05bd0d1d42e2a1aeb3b835a4ae96de7364735192.tar.gz | |
fix python interpreter supported version in doc (#286)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro.rst | 7 |
1 files 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 |
