docs: update docs about support python version

This commit is contained in:
Lucas Gomide
2025-05-15 13:34:37 -03:00
parent 7d15b29df8
commit 4a7b5ef93f

View File

@@ -22,7 +22,7 @@ Watch this video tutorial for a step-by-step demonstration of the installation p
<Note>
**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
```