We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7c356 commit a854c8aCopy full SHA for a854c8a
packages/bigframes/noxfile.py
@@ -263,7 +263,7 @@ def unit_noextras(session):
263
run_unit(session, install_test_extra=False)
264
265
266
-@nox.session(python="3.10")
+@nox.session(python=ALL_PYTHON)
267
def mypy(session):
268
"""Run type checks with mypy."""
269
# Editable mode is not compatible with mypy when there are multiple
@@ -514,7 +514,7 @@ def cover(session):
514
session.run("coverage", "erase")
515
516
517
-@nox.session(python="3.13")
+@nox.session(python="3.10")
518
def docs(session):
519
"""Build the docs for this library."""
520
session.install("-e", ".[scikit-learn]")
0 commit comments