diff --git a/.travis.yml b/.travis.yml index e2ad1b62d..ae7a337c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ sudo: false language: python python: - - "3.5" - "3.6" install: pip install tox-travis coveralls script: tox diff --git a/setup.py b/setup.py index 617c3759a..6159b337f 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ def readme(): "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", @@ -34,7 +33,7 @@ def readme(): keywords="xiaomi miio vacuum", packages=["miio"], include_package_data=True, - python_requires=">=3.5", + python_requires=">=3.6", install_requires=[ "construct", "click>=7",