mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 00:20:56 +08:00
Remove Python 3.4 support
This commit is contained in:
@@ -815,7 +815,7 @@ class ParamDefinition(Definition):
|
||||
Returns an enum instance. Returns the same values as the builtin
|
||||
:py:attr:`inspect.Parameter.kind`.
|
||||
|
||||
No support for Python < 3.4 anymore.
|
||||
No support for Python < 3.5 anymore.
|
||||
"""
|
||||
if sys.version_info < (3, 5):
|
||||
raise NotImplementedError(
|
||||
|
||||
Reference in New Issue
Block a user