Merge branch 'main' into devin/1748983984-fix-telemetry-disable-issue-2945

This commit is contained in:
Lorenze Jay
2025-06-10 09:45:19 -07:00
committed by GitHub

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.14`. Here's how to check your version:
```bash
python3 --version
```