Skip to content

Commit 5ffc898

Browse files
chore(python): Add kokoro configs for python 3.10 samples testing (#170)
1 parent 8a5c941 commit 5ffc898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talent/noxfile.py

+1-1
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)