Skip to content

Commit

Permalink
support python 3.13.x (#97)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nikromen authored Jan 1, 2025
1 parent 806d44f commit 3e5e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 3e5e867

Please sign in to comment.