change to <13 instead of <=12

This commit is contained in:
Brandon Hancock
2024-12-17 16:00:15 -05:00
parent bf459bf983
commit ee239b1c06
10 changed files with 13 additions and 12 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
```