[Misc] update requires-python in pyproject.toml (#16116)

Signed-off-by: reidliu41 <reid201711@gmail.com>
Co-authored-by: reidliu41 <reid201711@gmail.com>
This commit is contained in:
Reid 2025-04-06 22:56:34 +08:00 committed by GitHub
parent da224daaa9
commit 72c8f1ad04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]