Skip to content

Commit

Permalink
Restrict lsp_utils to python 3.8
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
deathaxe committed Oct 26, 2024
1 parent 928e830 commit 39ac9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 39ac9c4

Please sign in to comment.