From 9b0a102a0b2b6d8384bc9f87448b2e74e4cbc6a8 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Sun, 9 Nov 2025 10:15:43 -0500 Subject: [PATCH] docs: add Python version requirement note to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify that Python 3.10+ is required and highlight support for both synchronous and asynchronous workflows in the installation section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7c95ccc..741e4448 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ AdCP operations are **distributed and asynchronous by default**. An agent might: pip install adcp ``` +> **Note**: This client requires Python 3.10 or later and supports both synchronous and asynchronous workflows. + ## Quick Start: Distributed Operations ```python