diff --git a/README.rst b/README.rst index 73b14997..b20b81e0 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ can do, 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 or 3.3, but it should also +You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3 or 3.4, but it should also understand/parse code older than those versions. Tips on how to use Jedi efficiently can be found `here