mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-29 18:16:26 +00:00
Python < 3.5 cleanups (#180)
* tox: remove Python < 3.5 config * deps: drop typing, included in Python 3.5+
This commit is contained in:
parent
c9280c70c0
commit
752b24c4ec
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(name='pyHS100',
|
||||
author_email='sean@gadgetreactor.com',
|
||||
license='GPLv3',
|
||||
packages=['pyHS100'],
|
||||
install_requires=['click', 'typing', 'deprecation'],
|
||||
install_requires=['click', 'deprecation'],
|
||||
python_requires='>=3.5',
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
4
tox.ini
4
tox.ini
@ -1,10 +1,8 @@
|
||||
[tox]
|
||||
envlist=py33,py34,py35,py36,py37,flake8
|
||||
envlist=py35,py36,py37,flake8
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[tox:travis]
|
||||
3.3 = py33
|
||||
3.4 = py34
|
||||
3.5 = py35
|
||||
3.6 = py36
|
||||
3.7 = py37
|
||||
|
Loading…
x
Reference in New Issue
Block a user