We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5959a58 commit 82a5155Copy full SHA for 82a5155
setup.py
@@ -36,8 +36,7 @@
36
'License :: OSI Approved :: MIT License',
37
'Intended Audience :: Developers',
38
'Programming Language :: Python :: 3',
39
- 'Programming Language :: Python :: 3.4',
40
- 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
41
'Topic :: Home Automation',
42
'Topic :: Software Development']
43
@@ -60,7 +59,7 @@
60
59
61
version = verstr,
62
install_requires = ["requests", "paho-mqtt"],
63
- python_requires = ">=3.4.0",
+ python_requires = ">=3.6.0",
64
65
66
0 commit comments