fix compatibility issue

This commit is contained in:
Tanmai Kalisipudi
2024-12-04 17:01:49 -05:00
parent 48bb8ef775
commit 7194bb57d7
11 changed files with 10 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ icon: wrench
<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.12`. Here's how to check your version:
```bash
python3 --version
```