Skip to content

Commit

Permalink
Bump jedi to 18.0 (palantir#917)
Browse files Browse the repository at this point in the history
This drops support for python 2 and 3.5 but solves dependency issues with the latest pynvim
  • Loading branch information
Vegemash committed Mar 8, 2021
1 parent a91a257 commit 4426e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'configparser; python_version<"3.0"',
'future>=0.14.0; python_version<"3"',
'backports.functools_lru_cache; python_version<"3.2"',
'jedi>=0.17.2,<0.18.0',
'jedi>=0.17.2',
'python-jsonrpc-server>=0.4.0',
'pluggy',
'ujson<=2.0.3 ; platform_system!="Windows" and python_version<"3.0"',
Expand Down

0 comments on commit 4426e36

Please sign in to comment.