From ae530de1b6bade30aa66c90a7776f09222ae1c93 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 24 Apr 2024 10:57:47 -0700 Subject: [PATCH] chore(components): Drop support for Python 3.7 in GCPC PiperOrigin-RevId: 627783390 --- components/google-cloud/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/google-cloud/setup.py b/components/google-cloud/setup.py index 83a380f83cf..125f89d82b6 100644 --- a/components/google-cloud/setup.py +++ b/components/google-cloud/setup.py @@ -104,7 +104,6 @@ "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",