Skip to content

Commit

Permalink
build(setup.py): change required python to >= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Oct 23, 2019
1 parent d5c9336 commit e647257
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit e647257

Please sign in to comment.