From ab095fbe1ee1e4ec8fd68300dcac439c8e4a5b1c Mon Sep 17 00:00:00 2001 From: "loongtao.zhang" Date: Sun, 9 Feb 2025 21:17:26 +0800 Subject: [PATCH] ci(py): bump cibuildwheel to python39 Signed-off-by: loongtao.zhang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88a20f9..89ba47c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,5 +25,5 @@ Homepage = "https://github.com/cathaysia/tree-sitter-idl" core = ["tree-sitter~=0.21"] [tool.cibuildwheel] -build = "cp38-*" +build = "cp39-*" build-frontend = "build"