From 22c4bee45eb7332974784ebc54f71fb86f61dadc Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Mon, 19 May 2025 09:29:00 -0500 Subject: [PATCH] fix: Update Required Python Version to 3.13 in all tutorials --- .ruff.toml | 2 +- examples/google_adk/birthday_planner/README.md | 2 +- examples/google_adk/calendar_agent/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruff.toml b/.ruff.toml index f4baf4374..1345c8509 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -9,7 +9,7 @@ line-length = 80 # Google Style Guide §3.2: 80 columns indent-width = 4 # Google Style Guide §3.4: 4 spaces -target-version = "py310" # Minimum Python version +target-version = "py313" # Minimum Python version [lint] ignore = [ diff --git a/examples/google_adk/birthday_planner/README.md b/examples/google_adk/birthday_planner/README.md index 52edb3736..9a9155fa5 100644 --- a/examples/google_adk/birthday_planner/README.md +++ b/examples/google_adk/birthday_planner/README.md @@ -6,7 +6,7 @@ This agent helps plan birthday parties. It has access to a Calendar Agent that i ## Prerequisites -- Python 3.9 or higher +- Python 3.13 or higher - [UV](https://docs.astral.sh/uv/) - A Gemini API Key diff --git a/examples/google_adk/calendar_agent/README.md b/examples/google_adk/calendar_agent/README.md index 25b715132..c8e140bf4 100644 --- a/examples/google_adk/calendar_agent/README.md +++ b/examples/google_adk/calendar_agent/README.md @@ -4,7 +4,7 @@ This example shows how to create an A2A Server that uses an ADK-based Agent that ## Prerequisites -- Python 3.9 or higher +- Python 3.13 or higher - [UV](https://docs.astral.sh/uv/) - A Gemini API Key - A [Google OAuth Client](https://developers.google.com/identity/openid-connect/openid-connect#getcredentials)