Skip to content

Commit 9a7c356

Browse files
committed
chore: allow 3.9 unittest to avoid CI/CD fail
1 parent 4e3c2eb commit 9a7c356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bigframes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
DEFAULT_PYTHON_VERSION = "3.14"
5656

57-
ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14"]
57+
ALL_PYTHON = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5858
UNIT_TEST_STANDARD_DEPENDENCIES = [
5959
"mock",
6060
PYTEST_VERSION,

0 commit comments

Comments
 (0)