From 33d6c99f19fdd22b6ec7fca5bc4ba94da95b410a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Mon, 24 Sep 2018 12:11:24 +0300
Subject: [PATCH] Add Python 3.7 classifier (#16645)

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index b2bbb4081f0..936840acfaa 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]
-- 
GitLab