build: Update requires-python to 3.9

pull/874/head
Stephan Seitz 2025-03-16 16:07:12 +07:00 committed by Stephan Seitz
parent 0b42e195ea
commit 6503780092
1 changed files with 2 additions and 2 deletions

@ -14,7 +14,7 @@ classifiers = [
"Topic :: Text Processing :: Linguistic", "Topic :: Text Processing :: Linguistic",
"Typing :: Typed" "Typing :: Typed"
] ]
requires-python = ">=3.8" requires-python = ">=3.9"
license.text = "MIT" license.text = "MIT"
readme = "README.md" readme = "README.md"
@ -25,5 +25,5 @@ Homepage = "https://github.com/tree-sitter-grammars/tree-sitter-commonlisp"
core = ["tree-sitter~=0.21"] core = ["tree-sitter~=0.21"]
[tool.cibuildwheel] [tool.cibuildwheel]
build = "cp38-*" build = "cp39-*"
build-frontend = "build" build-frontend = "build"