Remove Python 3.4 support

This commit is contained in:
Dave Halter
2020-02-27 02:04:03 +01:00
parent d1ac00f64f
commit a892887b04
28 changed files with 31 additions and 68 deletions

View File

@@ -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(