From 72c8f1ad04cd895bf7b3ad85909903335940de3d Mon Sep 17 00:00:00 2001 From: Reid <61492567+reidliu41@users.noreply.github.com> Date: Sun, 6 Apr 2025 22:56:34 +0800 Subject: [PATCH] [Misc] update requires-python in pyproject.toml (#16116) Signed-off-by: reidliu41 Co-authored-by: reidliu41 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07616c858..cff042e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Information Analysis", ] -requires-python = ">=3.9" +requires-python = ">=3.9,<=3.12" dynamic = [ "version", "dependencies", "optional-dependencies"] [project.urls]