We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deeefab commit 3520589Copy full SHA for 3520589
packages/google-cloud-storage/setup.py
@@ -17,7 +17,6 @@
17
18
import setuptools
19
20
-
21
# Package metadata.
22
23
name = "google-cloud-storage"
@@ -123,6 +122,7 @@
123
122
"License :: OSI Approved :: Apache Software License",
124
"Programming Language :: Python",
125
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.8",
126
"Programming Language :: Python :: 3.10",
127
"Programming Language :: Python :: 3.11",
128
"Programming Language :: Python :: 3.12",
@@ -135,7 +135,7 @@
135
packages=packages,
136
install_requires=dependencies,
137
extras_require=extras,
138
- python_requires=">=3.10",
+ python_requires=">=3.8",
139
include_package_data=True,
140
zip_safe=False,
141
)
0 commit comments