Skip to content

Commit a0e8bd8

Browse files
committed
updates lint python version to 3.10
1 parent b849c3d commit a0e8bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
# TODO: the linting process still uses python 3.8.
9090
# As soon as that gets upgraded, we should be able to revert this session
9191
# to using the DEFAULT_PYTHON_VERSION.
92-
@nox.session(python=DEFAULT_PYTHON_VERSION)
92+
@nox.session(python="3.10")
9393
def lint(session):
9494
"""Run linters.
9595

0 commit comments

Comments
 (0)