forked from VimPlug/jedi
Remove Python 3.9 and 3.10
This commit is contained in:
@@ -10,7 +10,7 @@ from parso import tree
|
||||
|
||||
def is_stdlib_path(path):
|
||||
# Python standard library paths look like this:
|
||||
# /usr/lib/python3.9/...
|
||||
# /usr/lib/python3.14/...
|
||||
# TODO The implementation below is probably incorrect and not complete.
|
||||
parts = path.parts
|
||||
if 'dist-packages' in parts or 'site-packages' in parts:
|
||||
|
||||
Reference in New Issue
Block a user