Skip to content

Commit a9c19d6

Browse files
authored
Add python version requirement to frontpage and readme (microsoft#5014)
1 parent 5e2a69a commit a9c19d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
## Installation
1818

19+
AutoGen requires **Python 3.10 or later**.
20+
1921
```bash
2022
# Install AgentChat and OpenAI client from Extensions
2123
pip install -U "autogen-agentchat" "autogen-ext[openai]"

python/packages/autogen-core/docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Get Started
109109

110110
</div>
111111
A programming framework for building conversational single and multi-agent applications.
112-
Built on Core.
112+
Built on Core. Requires Python 3.10+.
113113

114114
```python
115115
# pip install -U "autogen-agentchat" "autogen-ext[openai]"

0 commit comments

Comments
 (0)