Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion website/docs/installation/Installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When installing AG2 locally, we recommend using a virtual environment for the in

## Install AG2

AG2 requires **Python version >= 3.10, < 3.14**. It can be installed from pip:
AG2 requires **Python version >= 3.10, <= 3.14**. It can be installed from pip:

```bash
pip install ag2[openai]
Expand Down Expand Up @@ -113,3 +113,4 @@ To learn more about code executors, see the [code executors tutorial](/docs/user

You might have seen a different way of defining the executors without creating the
executor object, please refer to FAQ for this [legacy code executor](/docs/faq/FAQ#legacy-code-executor).

Loading