From 1b1b1fb297a4be718e45aa58b204c9bd15846dac Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Thu, 26 Sep 2024 18:02:28 -0500 Subject: [PATCH] Bump minimum Python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab62d4b..9deebcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"