Skip to content

Commit

Permalink
chore(python): Add kokoro configs for python 3.10 samples testing (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Oct 8, 2021
1 parent 27d5d65 commit 0f69b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentai/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 0f69b95

Please sign in to comment.