From 78a93a990893728b87dac3a7167d58b461624fa0 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Mon, 30 Oct 2023 00:02:14 +0100 Subject: [PATCH] Prevent installation of MagicPython on ST4 There is very little reason to do this when the default syntax definition is much better due to using the `sublime-syntax` format, follows the scope naming standards and is actively maintained, because this package hasn't had a tag pushed in 4 years despite seeing *some* changes, albeit the last one over a year ago. A pull request asking for clarification of the support status for ST4 has not been answered for 8 months. https://github.com/MagicStack/MagicPython/pull/255 --- repository/m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/m.json b/repository/m.json index 285129db6f0..b64d71338ed 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 } ]