Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(python): Add kokoro configs for python 3.10 samples testing (#315)
Browse files Browse the repository at this point in the history
gcf-owl-bot[bot] authored Oct 8, 2021
1 parent 2667ddd commit 61f836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/snippets/snippets/noxfile.py
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 61f836c

Please sign in to comment.