Skip to content

Commit a854c8a

Browse files
committed
chore: update mypy and docs Python versions
1 parent 9a7c356 commit a854c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bigframes/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def unit_noextras(session):
263263
run_unit(session, install_test_extra=False)
264264

265265

266-
@nox.session(python="3.10")
266+
@nox.session(python=ALL_PYTHON)
267267
def mypy(session):
268268
"""Run type checks with mypy."""
269269
# Editable mode is not compatible with mypy when there are multiple
@@ -514,7 +514,7 @@ def cover(session):
514514
session.run("coverage", "erase")
515515

516516

517-
@nox.session(python="3.13")
517+
@nox.session(python="3.10")
518518
def docs(session):
519519
"""Build the docs for this library."""
520520
session.install("-e", ".[scikit-learn]")

0 commit comments

Comments
 (0)