We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719dc74 commit bd99609Copy full SHA for bd99609
container/snippets/noxfile.py
@@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
88
89
# DO NOT EDIT - automatically generated.
90
# All versions used to test samples.
91
-ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
+ALL_VERSIONS = ["2.7","3.7", "3.8", "3.9", "3.10"]
92
93
# Any default versions that should be ignored.
94
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]
0 commit comments