Skip to content

Commit 3520589

Browse files
committed
chore: updates trove classifier and minimum requirement
1 parent deeefab commit 3520589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-storage/setup.py

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

1818
import setuptools
1919

20-
2120
# Package metadata.
2221

2322
name = "google-cloud-storage"
@@ -123,6 +122,7 @@
123122
"License :: OSI Approved :: Apache Software License",
124123
"Programming Language :: Python",
125124
"Programming Language :: Python :: 3",
125+
"Programming Language :: Python :: 3.8",
126126
"Programming Language :: Python :: 3.10",
127127
"Programming Language :: Python :: 3.11",
128128
"Programming Language :: Python :: 3.12",
@@ -135,7 +135,7 @@
135135
packages=packages,
136136
install_requires=dependencies,
137137
extras_require=extras,
138-
python_requires=">=3.10",
138+
python_requires=">=3.8",
139139
include_package_data=True,
140140
zip_safe=False,
141141
)

0 commit comments

Comments
 (0)