Skip to content

Commit d6a6610

Browse files
Linux2010Andy
and
Andy
authored
docs: Change the Python version to 3.11 (#558)
# Description Match the actual version information in [pyproject.toml](https://github.com/google/A2A/blob/main/samples/python/pyproject.toml). --------- Co-authored-by: Andy <[email protected]>
1 parent ddb49de commit d6a6610

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

samples/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Host applications that use the A2AClient. Includes a CLI which shows simple task
1515

1616
## Prerequisites
1717

18-
- Python 3.13 or higher
18+
- Python 3.11 or higher
1919
- [UV](https://docs.astral.sh/uv/)
2020

2121
## Running the Samples

samples/python/agents/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Each agent can be run as its own A2A server with the instructions on its README.
66

77
To interact with the servers, use an A2AClient in a host app (such as the CLI). See [Host Apps](/samples/python/hosts/README.md) for details.
88

9+
## Agents Directory
10+
911
* [**Google ADK**](/samples/python/agents/google_adk/README.md)
1012
Sample agent to (mock) fill out expense reports. Showcases multi-turn interactions and returning/replying to webforms through A2A.
1113

0 commit comments

Comments
 (0)