Skip to content

Commit 47cb042

Browse files
fix: use correct retry deadlines (#164)
feat: add `from_service_account_info`
1 parent c4b8ce1 commit 47cb042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/snippets/snippets/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8585

8686
# DO NOT EDIT - automatically generated.
8787
# All versions used to tested samples.
88-
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"]
88+
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
8989

9090
# Any default versions that should be ignored.
9191
IGNORED_VERSIONS = TEST_CONFIG['ignored_versions']

0 commit comments

Comments
 (0)