We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b13a81 commit 1b30c5fCopy full SHA for 1b30c5f
1 file changed
packages/bigframes/noxfile.py
@@ -938,8 +938,9 @@ def prerelease_deps(session):
938
system_prerelease(session)
939
940
941
-# NOTE: this is the mypy session that came directly from the bigframes split repo
942
-@nox.session(python="3.10")
+# NOTE: this is based on mypy session that came directly from the bigframes split repo
+# the split repo used 3.10, the monorepo uses 3.14
943
+@nox.session(python="3.14")
944
def mypy(session):
945
"""Run type checks with mypy."""
946
# Editable mode is not compatible with mypy when there are multiple
0 commit comments