Skip to content

Commit

Permalink
Bump minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Sep 26, 2024
1 parent 4993f0f commit 1b1b1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed"
]
requires-python = ">=3.8"
requires-python = ">=3.9"
license.text = "MIT"
readme = "README.md"

Expand All @@ -25,5 +25,5 @@ Homepage = "https://github.com/tree-sitter/tree-sitter-devicetree"
core = ["tree-sitter~=0.21"]

[tool.cibuildwheel]
build = "cp38-*"
build = "cp39-*"
build-frontend = "build"

0 comments on commit 1b1b1fb

Please sign in to comment.