From 37cc786c2e83ca7255483b9abcf08bdacb3fa8d9 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 19 Nov 2023 22:11:31 +0100 Subject: [PATCH] Prevent installation of MagicPython on ST4 (#8841) --- repository/m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/m.json b/repository/m.json index 9222d6602e5..24b54fef1c1 100644 --- a/repository/m.json +++ b/repository/m.json @@ -185,7 +185,7 @@ "labels": ["language syntax", "python"], "releases": [ { - "sublime_text": "*", + "sublime_text": "<4000", "tags": true } ]