Skip to content

Commit f162f33

Browse files
authored
fix: Update Required Python Version to 3.13 in all tutorials (#47)
1 parent 039bf01 commit f162f33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
line-length = 80 # Google Style Guide §3.2: 80 columns
1010
indent-width = 4 # Google Style Guide §3.4: 4 spaces
1111

12-
target-version = "py310" # Minimum Python version
12+
target-version = "py313" # Minimum Python version
1313

1414
[lint]
1515
ignore = [

examples/google_adk/birthday_planner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This agent helps plan birthday parties. It has access to a Calendar Agent that i
66

77
## Prerequisites
88

9-
- Python 3.9 or higher
9+
- Python 3.13 or higher
1010
- [UV](https://docs.astral.sh/uv/)
1111
- A Gemini API Key
1212

examples/google_adk/calendar_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example shows how to create an A2A Server that uses an ADK-based Agent that
44

55
## Prerequisites
66

7-
- Python 3.9 or higher
7+
- Python 3.13 or higher
88
- [UV](https://docs.astral.sh/uv/)
99
- A Gemini API Key
1010
- A [Google OAuth Client](https://developers.google.com/identity/openid-connect/openid-connect#getcredentials)

0 commit comments

Comments
 (0)