Skip to content

Commit 8bbd246

Browse files
authored
Increase minimal required version of Jedi (#639)
1 parent 46c04c0 commit 8bbd246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'future>=0.14.0',
3737
'futures; python_version<"3.2"',
3838
'backports.functools_lru_cache; python_version<"3.2"',
39-
'jedi>=0.13.2,<0.15,!=0.14.0',
39+
'jedi>=0.14.1,<0.15',
4040
'python-jsonrpc-server>=0.1.0',
4141
'pluggy'
4242
],

0 commit comments

Comments
 (0)