Skip to content

Commit 15a6f3e

Browse files
authored
Merge branch 'master' into add-readme-usage-examples
2 parents 8ccd236 + 6503780 commit 15a6f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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"
2020

@@ -25,5 +25,5 @@ Homepage = "https://github.com/tree-sitter-grammars/tree-sitter-commonlisp"
2525
core = ["tree-sitter~=0.21"]
2626

2727
[tool.cibuildwheel]
28-
build = "cp38-*"
28+
build = "cp39-*"
2929
build-frontend = "build"

0 commit comments

Comments
 (0)