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

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

View File

@@ -20,7 +20,7 @@ make it work.
General Features
----------------
- python 2.6+ and 3.2+ support
- python 2.6+ and 3.3+ support
- ignores syntax errors and wrong indentation
- can deal with complex module / function / class structures
- virtualenv support

View File

@@ -40,7 +40,6 @@ setup(name='jedi',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',