support python 3.13.x (#97)
Fixes `error="Failed to find a python3 installation in PATH that meets the required versions (<3.13,>=3.8.0). Found version: 3.13.1."` traceback.
This commit is contained in:
@@ -8,7 +8,7 @@ authors = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"pygls>=1.1.1",
|
"pygls>=1.1.1",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8.0,<=3.13"
|
requires-python = ">=3.8.0,<3.14"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
keywords = ["cmake", "completion", "vim", "lsp"]
|
keywords = ["cmake", "completion", "vim", "lsp"]
|
||||||
|
|||||||
Reference in New Issue
Block a user