diff --git a/pypi/google_cloud_agentplatform/pyproject.toml b/pypi/google_cloud_agentplatform/pyproject.toml index 57257aeb3a..63131d4305 100644 --- a/pypi/google_cloud_agentplatform/pyproject.toml +++ b/pypi/google_cloud_agentplatform/pyproject.toml @@ -10,18 +10,18 @@ authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"} ] readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" license = {text = "Apache-2.0"} classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "google-auth",