File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55name = " google-adk-community"
66description = " Agent Development Kit Community Repo"
77readme = " README.md"
8- requires-python = " >=3.9 "
8+ requires-python = " >=3.10 "
99license = { file = " LICENSE" }
1010authors = [{ name = " Google LLC" , email = " googleapis-packages@google.com" }]
1111classifiers = [ # 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 "
106105exclude = " tests/"
107106plugins = [" pydantic.mypy" ]
108107# Start with non-strict mode, and swtich to strict mode later.
You can’t perform that action at this time.
0 commit comments