docs: Align Python version to 3.10+ and update README badges#6107
Closed
Jacksunwei wants to merge 1 commit into
Closed
docs: Align Python version to 3.10+ and update README badges#6107Jacksunwei wants to merge 1 commit into
Jacksunwei wants to merge 1 commit into
Conversation
…st badge The README claimed Python 3.11+ while the package requires >=3.10, so users on 3.10 were misled. Sync all docs (README, AGENTS.md, adk-setup skill, sample READMEs) to 3.10+. Also swap the rate-limited shields.io PyPI downloads badge for pepy.tech and add a Python Unit Tests CI status badge. Change-Id: Id624d850b727dd81703d6b6a7319c3dcb27d3106
copybara-service Bot
pushed a commit
that referenced
this pull request
Jun 13, 2026
Merge #6107 ## Summary - Fix README claiming Python 3.11+ while the package requires `>=3.10`; sync all docs (README, AGENTS.md, adk-setup skill, two sample READMEs) to 3.10+ - Swap the rate-limited shields.io PyPI downloads badge for a pepy.tech one (the old badge rendered "rate limited by upstream service") - Add a Python Unit Tests CI status badge ## Test plan - [ ] Confirm README badges render correctly on GitHub (downloads + unit test status) - [ ] Verify Python version wording matches `requires-python = ">=3.10"` in pyproject.toml Co-authored-by: Wei Sun (Jack) <weisun@google.com> COPYBARA_INTEGRATE_REVIEW=#6107 from google:docs/readme-badges-python-310 bdfa1c1 PiperOrigin-RevId: 931539712
Collaborator
|
Thank you @Jacksunwei for your contribution! 🎉 Your changes have been successfully imported and merged via Copybara in commit d3c21d7. Closing this PR as the changes are now in the main branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
>=3.10; sync all docs (README, AGENTS.md, adk-setup skill, two sample READMEs) to 3.10+Test plan
requires-python = ">=3.10"in pyproject.toml