Skip to content

Commit fccbd5a

Browse files
authored
fix lint build
1 parent 541e52e commit fccbd5a

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
@@ -29,7 +29,7 @@
2929
nox.options.error_on_missing_interpreters = True
3030

3131

32-
@nox.session(python="3.8")
32+
@nox.session(python="3.10")
3333
def lint(session):
3434
"""Run linters.
3535

0 commit comments

Comments
 (0)