We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547d5d8 commit f58c3c0Copy full SHA for f58c3c0
1 file changed
packages/google-cloud-storage/setup.py
@@ -21,7 +21,6 @@
21
22
import setuptools
23
24
-
25
# Package metadata.
26
27
name = "google-cloud-storage"
@@ -127,6 +126,7 @@
127
126
"License :: OSI Approved :: Apache Software License",
128
"Programming Language :: Python",
129
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.8",
130
"Programming Language :: Python :: 3.10",
131
"Programming Language :: Python :: 3.11",
132
"Programming Language :: Python :: 3.12",
@@ -139,7 +139,7 @@
139
packages=packages,
140
install_requires=dependencies,
141
extras_require=extras,
142
- python_requires=">=3.10",
+ python_requires=">=3.8",
143
include_package_data=True,
144
zip_safe=False,
145
)
0 commit comments