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:
nikromen
2025-01-01 06:39:31 +01:00
committed by GitHub
parent 806d44f424
commit 3e5e86736c

View File

@@ -8,7 +8,7 @@ authors = [
dependencies = [
"pygls>=1.1.1",
]
requires-python = ">=3.8.0,<=3.13"
requires-python = ">=3.8.0,<3.14"
readme = "README.md"
license = {text = "MIT"}
keywords = ["cmake", "completion", "vim", "lsp"]