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 ```