Add Python 3.13 support (#94)

This commit is contained in:
offa
2024-10-13 14:07:01 +00:00
committed by GitHub
parent 890bb77f8a
commit 1c40387cac
3 changed files with 4 additions and 3 deletions

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.13"
readme = "README.md"
license = {text = "MIT"}
keywords = ["cmake", "completion", "vim", "lsp"]