We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180a3ff commit 80734ecCopy full SHA for 80734ec
1 file changed
packages/pandas-gbq/setup.py
@@ -88,6 +88,7 @@
88
"License :: OSI Approved :: BSD License",
89
"Programming Language :: Python",
90
"Programming Language :: Python :: 3",
91
+ "Programming Language :: Python :: 3.8",
92
"Programming Language :: Python :: 3.9",
93
"Programming Language :: Python :: 3.10",
94
"Programming Language :: Python :: 3.11",
@@ -102,7 +103,7 @@
102
103
packages=packages,
104
install_requires=dependencies,
105
extras_require=extras,
- python_requires=">=3.9",
106
+ python_requires=">=3.8",
107
include_package_data=True,
108
zip_safe=False,
109
)
0 commit comments