From 664334f1ad4505f8c9324df9d535234bd441d04b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 10 Dec 2017 22:16:22 +0100 Subject: [PATCH] Move setup to python 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9625b45af..f723f5a03 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( 'Topic :: Scientific/Engineering :: Atmospheric Science', 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], keywords=['docker', 'home-assistant', 'api'], zip_safe=False,