From 39ac9c4c8438c9cb794287821308b2947fbb0e91 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 26 Oct 2024 08:51:17 +0200 Subject: [PATCH] Restrict lsp_utils to python 3.8 As of v3.2.0 python 3.3 is no longer supported. LSP and all its helper packages also require python 3.8 to work properly. --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 87634d0..77bb19a 100644 --- a/repository.json +++ b/repository.json @@ -631,7 +631,7 @@ }, { "base": "https://github.com/sublimelsp/lsp_utils", - "python_versions": ["3.3", "3.8"], + "python_versions": ["3.8"], "sublime_text": ">=4070", "tags": true }