We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32245de commit 695c33dCopy full SHA for 695c33d
noxfile.py
@@ -85,8 +85,7 @@
85
# Error if a python version is missing
86
nox.options.error_on_missing_interpreters = True
87
88
-# TODO: the owlbot-python docker image still has python 3.8 installed (
89
-# and only 3.8).
+# TODO: the linting process still uses python 3.8.
90
# As soon as that gets upgraded, we should be able to revert this session
91
# to using the DEFAULT_PYTHON_VERSION.
92
@nox.session(python="3.8")
0 commit comments