From 97093aa0197fdce87ff2b6165dbce653b2c92aff Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:22:28 +0000 Subject: [PATCH] chore(python): Add kokoro configs for python 3.10 samples testing (#273) --- dlp/snippets/noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlp/snippets/noxfile.py b/dlp/snippets/noxfile.py index 1fd8956fbf01..93a9122cc457 100644 --- a/dlp/snippets/noxfile.py +++ b/dlp/snippets/noxfile.py @@ -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"]