We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350a55d commit 74d9b5aCopy full SHA for 74d9b5a
1 file changed
packages/bigframes/setup.py
@@ -141,6 +141,7 @@
141
"License :: OSI Approved :: Apache Software License",
142
"Programming Language :: Python",
143
"Programming Language :: Python :: 3",
144
+ "Programming Language :: Python :: 3.9",
145
"Programming Language :: Python :: 3.10",
146
"Programming Language :: Python :: 3.11",
147
"Programming Language :: Python :: 3.12",
@@ -157,7 +158,7 @@
157
158
"bigframes_vendored": "third_party/bigframes_vendored",
159
},
160
packages=packages,
- python_requires=">=3.10",
161
+ python_requires=">=3.9",
162
include_package_data=True,
163
zip_safe=False,
164
)
0 commit comments