Skip to content

Commit 80734ec

Browse files
committed
updates minimum python runtime and trove classifier
1 parent 180a3ff commit 80734ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/pandas-gbq/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"License :: OSI Approved :: BSD License",
8989
"Programming Language :: Python",
9090
"Programming Language :: Python :: 3",
91+
"Programming Language :: Python :: 3.8",
9192
"Programming Language :: Python :: 3.9",
9293
"Programming Language :: Python :: 3.10",
9394
"Programming Language :: Python :: 3.11",
@@ -102,7 +103,7 @@
102103
packages=packages,
103104
install_requires=dependencies,
104105
extras_require=extras,
105-
python_requires=">=3.9",
106+
python_requires=">=3.8",
106107
include_package_data=True,
107108
zip_safe=False,
108109
)

0 commit comments

Comments
 (0)