chore: requires python3.11

This commit is contained in:
Timothy
2026-01-23 11:12:03 -08:00
parent 8504ad7c8c
commit f494c80051
6 changed files with 33 additions and 24 deletions
+1 -2
View File
@@ -3,7 +3,7 @@ name = "tools"
version = "0.1.0"
description = "Tools library for the Aden agent framework"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
license = { text = "Apache-2.0" }
authors = [
{ name = "Aden", email = "team@aden.ai" }
@@ -14,7 +14,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]