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 31d983b commit 0cdb0b5Copy full SHA for 0cdb0b5
cloud-tasks/snippets/noxfile.py
@@ -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