From b785d8dca2b62300a22789c70e5241196707b45e Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Sat, 29 Jul 2023 12:08:38 +0200 Subject: [PATCH] OctoRelay: update Python version support --- _plugins/octorelay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_plugins/octorelay.md b/_plugins/octorelay.md index 098bec1dcccb..4604fc780101 100644 --- a/_plugins/octorelay.md +++ b/_plugins/octorelay.md @@ -85,7 +85,7 @@ compatibility: # If your plugin only supports Python 2 (worst case, not recommended for newly developed plugins since Python 2 # is EOL), leave at ">=2.7,<3" - python: ">=2.7,<4" + python: ">=3.7,<4" ---