Skip to content

Commit 8fe2e0b

Browse files
committed
Allow to use custom python interpreter [fixes #339]
1 parent 46fd374 commit 8fe2e0b

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
@@ -35,7 +35,7 @@
3535
'configparser; python_version<"3.0"',
3636
'future>=0.14.0',
3737
'futures; python_version<"3.2"',
38-
'jedi>=0.12',
38+
'jedi>=0.13',
3939
'python-jsonrpc-server>=0.1.0',
4040
'pluggy'
4141
],

0 commit comments

Comments
 (0)