Update AGS pyproject.toml (#5101)

Addresses https://github.com/microsoft/autogen/issues/5098
This commit is contained in:
Victor Dibia 2025-01-17 11:37:53 -08:00 committed by GitHub
parent 0363388407
commit 6cb7d64bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ authors = [
description = "AutoGen Studio"
readme = "README.md"
license = {file = "LICENSE-CODE"}
requires-python = ">=3.9, <3.13"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",