Skip to content

Commit 9de6f9f

Browse files
committed
make sure polars session isnt skipped on Kokoro
1 parent 1dc648b commit 9de6f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
# Make sure we leave some versions without "extras" so we know those
116116
# dependencies are actually optional.
117117
"3.10": ["tests", "scikit-learn", "anywidget"],
118-
"3.11": ["tests", "scikit-learn", "polars", "anywidget"],
118+
LATEST_FULLY_SUPPORTED_PYTHON: ["tests", "scikit-learn", "polars", "anywidget"],
119119
"3.13": ["tests", "polars", "anywidget"],
120120
}
121121

0 commit comments

Comments
 (0)