diff --git a/python/packages/autogen-studio/pyproject.toml b/python/packages/autogen-studio/pyproject.toml index 598a58d4e3f3..a8d6911d3e26 100644 --- a/python/packages/autogen-studio/pyproject.toml +++ b/python/packages/autogen-studio/pyproject.toml @@ -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",