Skip to content

Commit 4aa69c6

Browse files
docs: for pull #2138, fixed 1 outdated doc(s) (#2158)
* [skip ci] docs: fix outdated docs * Change < 15 to <=14 --------- Co-authored-by: joggrbot[bot] <107281636+joggrbot[bot]@users.noreply.github.com> Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
1 parent 42ca850 commit 4aa69c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/installation/Installation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When installing AG2 locally, we recommend using a virtual environment for the in
6565

6666
## Install AG2
6767

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

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

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

0 commit comments

Comments
 (0)