Skip to content

Commit d5033fa

Browse files
committed
chore: we require Python 3.7+
Python 2 is long dead, doesn't make sense to keep it supported over 5 years past EOL. If this affects you: please upgrade already.
1 parent 07761f4 commit d5033fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_firmware_check/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def register_custom_events(*args, **kwargs):
310310

311311

312312
__plugin_name__ = "Firmware Check"
313-
__plugin_pythoncompat__ = ">=2.7,<4" # python 2 and 3
313+
__plugin_pythoncompat__ = ">=3.7,<4"
314314
__plugin_disabling_discouraged__ = gettext(
315315
"Without this plugin OctoPrint will no longer be able to "
316316
"check if the printer it is connected to has a known safety "

0 commit comments

Comments
 (0)