Skip to content

Commit 74d9b5a

Browse files
committed
chore: updates minimum python runtime and trove classifier
1 parent 350a55d commit 74d9b5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/bigframes/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"License :: OSI Approved :: Apache Software License",
142142
"Programming Language :: Python",
143143
"Programming Language :: Python :: 3",
144+
"Programming Language :: Python :: 3.9",
144145
"Programming Language :: Python :: 3.10",
145146
"Programming Language :: Python :: 3.11",
146147
"Programming Language :: Python :: 3.12",
@@ -157,7 +158,7 @@
157158
"bigframes_vendored": "third_party/bigframes_vendored",
158159
},
159160
packages=packages,
160-
python_requires=">=3.10",
161+
python_requires=">=3.9",
161162
include_package_data=True,
162163
zip_safe=False,
163164
)

0 commit comments

Comments
 (0)