From bf459bf98399282cb4173bd68f90c7c14f84a6ad Mon Sep 17 00:00:00 2001 From: Brandon Hancock Date: Tue, 17 Dec 2024 15:29:11 -0500 Subject: [PATCH] include 12 but not 13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd4e64b6..27a4785b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "crewai" version = "0.86.0" description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." readme = "README.md" -requires-python = ">=3.10,<=3.12" +requires-python = ">=3.10,<3.13" authors = [ { name = "Joao Moura", email = "joao@crewai.com" } ]