Skip to content

Commit d38dcd0

Browse files
committed
chore: update python pkg files based on upstream changes
1 parent 8d78fa7 commit d38dcd0

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ classifiers = [
1414
"Topic :: Text Processing :: Linguistic",
1515
"Typing :: Typed"
1616
]
17-
requires-python = ">=3.8"
17+
requires-python = ">=3.9"
1818
license.text = "MIT"
1919
readme = "README.md"
20+
authors = [
21+
{ name = "Joran Honig" }
22+
]
2023

2124
[project.urls]
2225
Homepage = "https://github.com/JoranHonig/tree-sitter-solidity"
2326

2427
[project.optional-dependencies]
25-
core = ["tree-sitter~=0.21"]
28+
core = ["tree-sitter~=0.22"]
2629

2730
[tool.cibuildwheel]
28-
build = "cp38-*"
31+
build = "cp39-*"
2932
build-frontend = "build"

setup.py

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)