diff --git a/README.rst b/README.rst index 937a884b..a16fdc90 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ understands, see: `Features `_. 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 diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 88ba8ae0..b84f425d 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -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 diff --git a/setup.py b/setup.py index ae7c0157..89ff880b 100755 --- a/setup.py +++ b/setup.py @@ -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',