Skip to content

Commit 82a5155

Browse files
author
brentru
committed
requests json decode reqs 3.6
1 parent 5959a58 commit 82a5155

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
'License :: OSI Approved :: MIT License',
3737
'Intended Audience :: Developers',
3838
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.4',
40-
'Programming Language :: Python :: 3.5',
39+
'Programming Language :: Python :: 3.6',
4140
'Topic :: Home Automation',
4241
'Topic :: Software Development']
4342

@@ -60,7 +59,7 @@
6059

6160
version = verstr,
6261
install_requires = ["requests", "paho-mqtt"],
63-
python_requires = ">=3.4.0",
62+
python_requires = ">=3.6.0",
6463

6564

6665

0 commit comments

Comments
 (0)