docs: update docs and templates since we support Python 3.13

This commit is contained in:
Lucas Gomide
2025-06-04 11:55:05 -03:00
parent c263cc7244
commit 5c750144b2
8 changed files with 9 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ To get started with CrewAI, follow these simple steps:
### 1. Installation
Ensure you have Python >=3.10 <3.13 installed on your system. CrewAI uses [UV](https://docs.astral.sh/uv/) for dependency management and package handling, offering a seamless setup and execution experience.
Ensure you have Python >=3.10 <3.14 installed on your system. CrewAI uses [UV](https://docs.astral.sh/uv/) for dependency management and package handling, offering a seamless setup and execution experience.
First, install CrewAI: