Skip to content

Commit

Permalink
chore(python): Add kokoro configs for python 3.10 samples testing (Go…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored and Avani-Thakker-Crest committed Apr 14, 2023
1 parent 97ffb7c commit 44766c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-translation/snippets/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_pytest_env_vars() -> Dict[str, str]:

# DO NOT EDIT - automatically generated.
# All versions used to test samples.
ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9"]
ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]

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

0 comments on commit 44766c8

Please sign in to comment.