Fix requires-python (#16132)

This commit is contained in:
Martin Hoyer
2025-04-07 04:22:25 +02:00
committed by GitHub
parent b10e519895
commit 2549c0dfef

View File

@@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
]
requires-python = ">=3.9,<=3.12"
requires-python = ">=3.9,<3.13"
dynamic = [ "version", "dependencies", "optional-dependencies"]
[project.urls]