We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07761f4 commit d5033faCopy full SHA for d5033fa
octoprint_firmware_check/__init__.py
@@ -310,7 +310,7 @@ def register_custom_events(*args, **kwargs):
310
311
312
__plugin_name__ = "Firmware Check"
313
-__plugin_pythoncompat__ = ">=2.7,<4" # python 2 and 3
+__plugin_pythoncompat__ = ">=3.7,<4"
314
__plugin_disabling_discouraged__ = gettext(
315
"Without this plugin OctoPrint will no longer be able to "
316
"check if the printer it is connected to has a known safety "
0 commit comments