1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00

update outdated files via tree-sitter init -u

This commit is contained in:
Henrik Hautakoski 2025-11-05 14:33:55 +01:00
parent 940f387a98
commit 58608e4796
11 changed files with 137 additions and 27 deletions

View file

@ -14,7 +14,7 @@ classifiers = [
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed"
]
requires-python = ">=3.9"
requires-python = ">=3.10"
license.text = "MIT"
readme = "README.md"
@ -22,8 +22,8 @@ readme = "README.md"
Homepage = "https://github.com/pnx/tree-sitter-dotenv"
[project.optional-dependencies]
core = ["tree-sitter~=0.22"]
core = ["tree-sitter~=0.24"]
[tool.cibuildwheel]
build = "cp39-*"
build = "cp310-*"
build-frontend = "build"