From 2549c0dfef2f897d19eb8aa4294b3b8419ce078d Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Mon, 7 Apr 2025 04:22:25 +0200 Subject: [PATCH] Fix requires-python (#16132) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cff042e7..167e975c 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,<=3.12" +requires-python = ">=3.9,<3.13" dynamic = [ "version", "dependencies", "optional-dependencies"] [project.urls]