Skip to content

Commit f58c3c0

Browse files
committed
chore: updates trove classifier and minimum requirement
1 parent 547d5d8 commit f58c3c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-storage/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
import setuptools
2323

24-
2524
# Package metadata.
2625

2726
name = "google-cloud-storage"
@@ -127,6 +126,7 @@
127126
"License :: OSI Approved :: Apache Software License",
128127
"Programming Language :: Python",
129128
"Programming Language :: Python :: 3",
129+
"Programming Language :: Python :: 3.8",
130130
"Programming Language :: Python :: 3.10",
131131
"Programming Language :: Python :: 3.11",
132132
"Programming Language :: Python :: 3.12",
@@ -139,7 +139,7 @@
139139
packages=packages,
140140
install_requires=dependencies,
141141
extras_require=extras,
142-
python_requires=">=3.10",
142+
python_requires=">=3.8",
143143
include_package_data=True,
144144
zip_safe=False,
145145
)

0 commit comments

Comments
 (0)