Skip to content

Commit a043be5

Browse files
1 parent 1717aa6 commit a043be5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎noxfile.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

35-
DEFAULT_PYTHON_VERSION = "3.10"
35+
DEFAULT_PYTHON_VERSION = "3.8"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38+
"3.7",
39+
"3.8",
3840
"3.9",
3941
"3.10",
4042
"3.11",

0 commit comments

Comments
 (0)