Skip to content

Commit 5c935a8

Browse files
chore(python): Add kokoro configs for python 3.10 samples testing (#147)
Source-Link: googleapis/synthtool@c6e69c4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a91d748 commit 5c935a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/snippets/noxfile.py

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

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

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

0 commit comments

Comments
 (0)