Merge branch 'main' into gemini-2.0

This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-12-17 16:39:10 -05:00
committed by GitHub
11 changed files with 14 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ icon: wrench
<Note>
**Python Version Requirements**
CrewAI requires `Python >=3.10 and <=3.12`. 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
```