Skip to content

Commit 4106be3

Browse files
committed
test: restore Python runtimes to match split repo
1 parent 314a2b3 commit 4106be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/bigframes/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
DEFAULT_PYTHON_VERSION = "3.14"
5757

58-
ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14"]
58+
ALL_PYTHON = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5959
UNIT_TEST_STANDARD_DEPENDENCIES = [
6060
"mock",
6161
PYTEST_VERSION,
@@ -100,7 +100,6 @@
100100
# Make sure we leave some versions without "extras" so we know those
101101
# dependencies are actually optional.
102102
"3.10": ["tests", "scikit-learn", "anywidget"],
103-
"3.11": ["tests"],
104103
"3.12": ["tests", "scikit-learn", "polars", "anywidget"],
105104
"3.13": ["tests", "polars", "anywidget"],
106105
"3.14": ["tests", "polars", "anywidget"],

0 commit comments

Comments
 (0)