mirror of https://github.com/microsoft/autogen.git
Update AGS pyproject.toml (#5101)
Addresses https://github.com/microsoft/autogen/issues/5098
This commit is contained in:
parent
0363388407
commit
6cb7d64bca
|
@ -10,7 +10,7 @@ authors = [
|
||||||
description = "AutoGen Studio"
|
description = "AutoGen Studio"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE-CODE"}
|
license = {file = "LICENSE-CODE"}
|
||||||
requires-python = ">=3.9, <3.13"
|
requires-python = ">=3.9"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
|
Loading…
Reference in New Issue