Skip to content

Commit e4abe32

Browse files
committed
docs: Update README for Python 3.10+ support
1 parent 3162e88 commit e4abe32

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# A2A Python SDK
22

3-
A Python library that helps run agentic applications as A2AServers following the [Agent2Agent (A2A) Protocol](https://google.github.io/A2A/).
3+
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
4+
![PyPI - Version](https://img.shields.io/pypi/v/a2a-sdk)
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/a2a-sdk)
6+
7+
<!-- markdownlint-disable no-inline-html -->
8+
9+
<html>
10+
<h2 align="center">
11+
<img src="https://raw.githubusercontent.com/google/A2A/refs/heads/main/docs/assets/a2a-logo-black.svg" width="256" alt="A2A Logo"/>
12+
</h2>
13+
<h3 align="center">A Python library that helps run agentic applications as A2AServers following the <a href="https://google.github.io/A2A">Agent2Agent (A2A) Protocol</a>.</h3>
14+
</html>
15+
16+
<!-- markdownlint-enable no-inline-html -->
417

518
## Installation
619

720
You can install the A2A SDK using either `uv` or `pip`.
821

922
## Prerequisites
1023

11-
- Python 3.13+
24+
- Python 3.10+
1225
- `uv` (optional, but recommended) or `pip`
1326

1427
### Using `uv`

0 commit comments

Comments
 (0)