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] authored and holtskinner committed Jan 3, 2023
1 parent 9b6e2fa commit e8710d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e8710d3

Please sign in to comment.