Skip to content

Commit

Permalink
Bump pyproject tree-sitter to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Sep 22, 2024
1 parent d4e7de3 commit 2762f73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ description = "D grammar for tree-sitter"
version = "0.8.0"
keywords = ["incremental", "parsing", "tree-sitter", "d"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed"
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed",
]
requires-python = ">=3.8"
license.text = "MIT"
Expand All @@ -22,7 +22,7 @@ readme = "README.md"
Homepage = "https://github.com/tree-sitter/tree-sitter-d"

[project.optional-dependencies]
core = ["tree-sitter~=0.22.2"]
core = ["tree-sitter~=0.23.0"]

[tool.cibuildwheel]
build = "cp38-*"
Expand Down

0 comments on commit 2762f73

Please sign in to comment.