From b0d2e9fe31f9722454299782e0e6b69307fa0cd9 Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Tue, 10 Jun 2025 13:44:28 -0300 Subject: [PATCH] docs: update Python version requirement from <=3.13 to <3.14 (#2987) This correctly reflects support for all 3.13.x patch version --- docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index 10184e701..fedc374f0 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.14`. Here's how to check your version: ```bash python3 --version ```