1
0
forked from VimPlug/jedi

3.2 is not supported anymore. Mention this in docs as well.

This commit is contained in:
Dave Halter
2016-07-03 11:38:38 +02:00
parent 45dde12429
commit c4ec5caf40
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ understands, see: `Features
<https://jedi.readthedocs.org/en/latest/docs/features.html>`_. A list of
caveats can be found on the same page.
You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3, 3.4 or 3.5 but it should also
You can run Jedi on cPython 2.6, 2.7, 3.3, 3.4 or 3.5 but it should also
understand/parse code older than those versions.
Tips on how to use Jedi efficiently can be found `here