From cf82acf6084f820b85a63ae25df9ebeca3e6ffe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 16 Sep 2018 09:45:34 +0300 Subject: [PATCH] Add Python 3.7 classifier --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a8bd819c792134..864e95024431bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ classifier = Operating System :: OS Independent Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Home Automation [tool:pytest]