Skip to content

Commit

Permalink
Mark python 3.5 unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Nov 12, 2019
1 parent 367ae90 commit a66ff75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -69,7 +69,7 @@
zip_safe=False,
platforms='any',
test_suite='tests',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4.0',
install_requires=REQUIRES,
keywords=['home', 'automation'],
entry_points={
Expand Down

0 comments on commit a66ff75

Please sign in to comment.