From c246cb4a01d323cc11d97f64c1f16f454037f488 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Mon, 28 Jul 2025 15:09:59 -0700 Subject: [PATCH] fix: align Python version requirements to 3.9 - Update root project to support Python 3.9, matching subpackages - Restore macOS Python 3.9 support in CI - This fixes the CI failure for Python 3.9 environments --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0431022..0c7a014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "leann-workspace" version = "0.1.0" -requires-python = ">=3.10" +requires-python = ">=3.9" dependencies = [ "leann-core",