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