From 396adf57a92d0cf3bd81bbaab8c91e98b3f7cc1c Mon Sep 17 00:00:00 2001 From: Siba Rajendran Date: Mon, 17 Mar 2025 18:52:03 +0530 Subject: [PATCH] Lossening up python to 3.11+ --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91c5a2e..f084423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "A specialized toolkit for scaling experimental research with Foundation Models." readme = "README.md" -requires-python = ">=3.11.11" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent",