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 31e802b commit 4cbde22Copy full SHA for 4cbde22
noxfile.py
@@ -32,7 +32,7 @@
32
ISORT_VERSION = "isort==5.11.0"
33
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
34
35
-DEFAULT_PYTHON_VERSION = "3.10"
+DEFAULT_PYTHON_VERSION = "3.8"
36
37
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38
"3.7",
0 commit comments