We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ec872 commit 56ddc68Copy full SHA for 56ddc68
synthtool/gcp/templates/python_samples/noxfile.py.j2
@@ -85,7 +85,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
85
86
# DO NOT EDIT - automatically generated.
87
# All versions used to tested samples.
88
-ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"]
+ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
89
90
# Any default versions that should be ignored.
91
IGNORED_VERSIONS = TEST_CONFIG['ignored_versions']
0 commit comments