From e14d6feb6742e0a61563f36041e80b5c40fcf0a7 Mon Sep 17 00:00:00 2001 From: Amy Wu Date: Tue, 1 Sep 2026 02:44:13 -0700 Subject: [PATCH] chore: Correct stale Python support and maturity metadata on google-cloud-agentplatform PiperOrigin-RevId: 974377825 --- pypi/google_cloud_agentplatform/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",