Skip to content

Commit 4db9191

Browse files
authored
chore: remove python 3.9 support from pyproject.toml and update target version to 3.10 (google#131)
1 parent 437675b commit 4db9191

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "google-adk-community"
66
description = "Agent Development Kit Community Repo"
77
readme = "README.md"
8-
requires-python = ">=3.9"
8+
requires-python = ">=3.10"
99
license = { file = "LICENSE" }
1010
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
1111
classifiers = [ # List of https://pypi.org/classifiers/
@@ -14,7 +14,6 @@ classifiers = [ # List of https://pypi.org/classifiers/
1414
"Intended Audience :: Science/Research",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
2019
"Programming Language :: Python :: 3.12",
@@ -102,7 +101,7 @@ asyncio_mode = "auto"
102101

103102

104103
[tool.mypy]
105-
python_version = "3.9"
104+
python_version = "3.10"
106105
exclude = "tests/"
107106
plugins = ["pydantic.mypy"]
108107
# Start with non-strict mode, and swtich to strict mode later.

0 commit comments

Comments
 (0)