fix: add python 3.14 support, adopt pygls >=2.0.0 api

This commit is contained in:
2026-03-14 23:56:20 +01:00
parent 3e5e86736c
commit 46bc1aaa84
10 changed files with 40 additions and 115 deletions

View File

@@ -6,9 +6,9 @@ authors = [
{name = "Regen"},
]
dependencies = [
"pygls>=1.1.1",
"pygls>=2.0.0",
]
requires-python = ">=3.8.0,<3.14"
requires-python = ">=3.10.0,<3.16"
readme = "README.md"
license = {text = "MIT"}
keywords = ["cmake", "completion", "vim", "lsp"]