From 86213ab7a69c95052e6fd7df41e184d530d94703 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:16:38 +0000 Subject: [PATCH] chore(python): Add kokoro configs for python 3.10 samples testing (#234) --- securitycenter/snippets/noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securitycenter/snippets/noxfile.py b/securitycenter/snippets/noxfile.py index 1fd8956fbf01..93a9122cc457 100644 --- a/securitycenter/snippets/noxfile.py +++ b/securitycenter/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"]