Skip to content

Commit ae37bd0

Browse files
committed
minor version change to docs session to confirm CI/CD execution
1 parent 49ac1ce commit ae37bd0

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
@@ -514,7 +514,7 @@ def cover(session):
514514
session.run("coverage", "erase")
515515

516516

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

0 commit comments

Comments
 (0)