feat(bindings): drop python 3.9 support
This commit is contained in:
parent
29e6717c31
commit
7bf51ae08a
3 changed files with 16 additions and 14 deletions
|
|
@ -14,7 +14,7 @@ classifiers = [
|
|||
"Typing :: Typed",
|
||||
]
|
||||
authors = [{ name = "PARSER_AUTHOR_NAME", email = "PARSER_AUTHOR_EMAIL" }]
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
license.text = "PARSER_LICENSE"
|
||||
readme = "README.md"
|
||||
|
||||
|
|
@ -22,8 +22,8 @@ readme = "README.md"
|
|||
Homepage = "PARSER_URL"
|
||||
|
||||
[project.optional-dependencies]
|
||||
core = ["tree-sitter~=0.22"]
|
||||
core = ["tree-sitter~=0.24"]
|
||||
|
||||
[tool.cibuildwheel]
|
||||
build = "cp39-*"
|
||||
build = "cp310-*"
|
||||
build-frontend = "build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue