Add Python 3.12 build (#85)

* Add Python 3.12 build

* Update typing extensions

* Remove Python 3.7
This commit is contained in:
offa
2023-12-31 04:02:53 +00:00
committed by GitHub
parent 8cc05adcf4
commit 9529df5d68
4 changed files with 7 additions and 7 deletions

View File

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