Skip to content

Commit

Permalink
Specify the minimum python version in the setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Feb 3, 2018
1 parent f7c9787 commit f6f96b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
zip_safe=False,
platforms='any',
install_requires=REQUIRES,
python_requires=">=3.4",
test_suite='tests',
keywords=['home', 'automation'],
entry_points={
Expand Down

0 comments on commit f6f96b6

Please sign in to comment.