diff --git a/setup.py b/setup.py index a7439e22..ab835aaa 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ URL = "https://github.com/zabuldon/teslajsonpy" EMAIL = "sergey.isachenkol@bool.by" AUTHOR = "Sergey Isachenko" -REQUIRES_PYTHON = ">=3.0" +REQUIRES_PYTHON = ">=3.6" LICENSE = "Apache-2.0" VERSION = None @@ -132,8 +132,6 @@ def run(self): 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Internet',