Skip to content

Commit 6ff55a8

Browse files
committed
chore: allow 3.9 unittest to avoid CI/CD fail
1 parent 2a8816d commit 6ff55a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)