From 4a7b5ef93fb840d5c875f5650c2962d45e11eddf Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Thu, 15 May 2025 13:34:37 -0300 Subject: [PATCH] docs: update docs about support python version --- docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index 7a0c8f20c..10184e701 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -22,7 +22,7 @@ Watch this video tutorial for a step-by-step demonstration of the installation p **Python Version Requirements** - CrewAI requires `Python >=3.10 and <3.13`. Here's how to check your version: + CrewAI requires `Python >=3.10 and <=3.13`. Here's how to check your version: ```bash python3 --version ```