Skip to content

Commit bd99609

Browse files
donmccaslandnicain
authored andcommitted
Update container/snippets/noxfile.py
Co-authored-by: nicain <nicholascain@google.com>
1 parent 719dc74 commit bd99609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/snippets/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8888

8989
# DO NOT EDIT - automatically generated.
9090
# All versions used to test samples.
91-
ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
91+
ALL_VERSIONS = ["2.7","3.7", "3.8", "3.9", "3.10"]
9292

9393
# Any default versions that should be ignored.
9494
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]

0 commit comments

Comments
 (0)