We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541e52e commit fccbd5aCopy full SHA for fccbd5a
noxfile.py
@@ -29,7 +29,7 @@
29
nox.options.error_on_missing_interpreters = True
30
31
32
-@nox.session(python="3.8")
+@nox.session(python="3.10")
33
def lint(session):
34
"""Run linters.
35
0 commit comments