We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dae1df commit 3be0be5Copy full SHA for 3be0be5
1 file changed
packages/pandas-gbq/setup.py
@@ -52,6 +52,7 @@ def readme():
52
keywords="data",
53
install_requires=INSTALL_REQUIRES,
54
extras_require=extras,
55
+ python_requires=">=3.5",
56
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
57
test_suite="tests",
58
)
0 commit comments