Skip to content

Commit e3ffa2d

Browse files
committed
chore: updates minimum python runtime and trove classifier
1 parent dfedabe commit e3ffa2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/bigframes/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"License :: OSI Approved :: Apache Software License",
141141
"Programming Language :: Python",
142142
"Programming Language :: Python :: 3",
143+
"Programming Language :: Python :: 3.9",
143144
"Programming Language :: Python :: 3.10",
144145
"Programming Language :: Python :: 3.11",
145146
"Programming Language :: Python :: 3.12",
@@ -156,7 +157,7 @@
156157
"bigframes_vendored": "third_party/bigframes_vendored",
157158
},
158159
packages=packages,
159-
python_requires=">=3.10",
160+
python_requires=">=3.9",
160161
include_package_data=True,
161162
zip_safe=False,
162163
)

0 commit comments

Comments
 (0)