Skip to content

Commit 1b30c5f

Browse files
committed
test: revise mypy session to python 3.14
1 parent 7b13a81 commit 1b30c5f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/bigframes/noxfile.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,9 @@ def prerelease_deps(session):
938938
system_prerelease(session)
939939

940940

941-
# NOTE: this is the mypy session that came directly from the bigframes split repo
942-
@nox.session(python="3.10")
941+
# NOTE: this is based on mypy session that came directly from the bigframes split repo
942+
# the split repo used 3.10, the monorepo uses 3.14
943+
@nox.session(python="3.14")
943944
def mypy(session):
944945
"""Run type checks with mypy."""
945946
# Editable mode is not compatible with mypy when there are multiple

0 commit comments

Comments
 (0)