From 67e980e9f7dc3ad42a9df695d40f800ca61605cf Mon Sep 17 00:00:00 2001 From: Benjamin Salchow Date: Sun, 15 Mar 2020 13:15:38 +0100 Subject: [PATCH] adds python 3.7 compatibility --- octoprint_enclosure/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/octoprint_enclosure/__init__.py b/octoprint_enclosure/__init__.py index f74aff4..863e038 100644 --- a/octoprint_enclosure/__init__.py +++ b/octoprint_enclosure/__init__.py @@ -1857,6 +1857,7 @@ class EnclosurePlugin(octoprint.plugin.StartupPlugin, octoprint.plugin.TemplateP __plugin_name__ = "Enclosure Plugin" +__plugin_pythoncompat__ = ">=2.7,<4" def __plugin_load__():