From 22db317a918d6b6bd7853707d47a4950345e282a Mon Sep 17 00:00:00 2001 From: rogthefrog Date: Fri, 10 Jan 2025 16:38:11 -0800 Subject: [PATCH] update supported python versions --- tests/modelgauge_tests/data/install_pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modelgauge_tests/data/install_pyproject.toml b/tests/modelgauge_tests/data/install_pyproject.toml index 71fbecd3..4b0d0c5e 100644 --- a/tests/modelgauge_tests/data/install_pyproject.toml +++ b/tests/modelgauge_tests/data/install_pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["MLCommons AI Safety "] [tool.poetry.dependencies] -python = ">=3.10,<3.11" +python = ">=3.10,!=3.12.5,<3.13" modelgauge = { version = "^0", extras = ["all_plugins"] } [build-system]