fix: add python 3.14 support, adopt pygls >=2.0.0 api
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user