Skip to content

Commit 1141504

Browse files
gcf-owl-bot[bot]dandhlee
authored andcommitted
chore(python): Add kokoro configs for python 3.10 samples testing (#250)
1 parent 3ca1d06 commit 1141504

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

vision/snippets/crop_hints/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"]

vision/snippets/detect/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"]

vision/snippets/document_text/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"]

vision/snippets/face_detection/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"]

vision/snippets/product_search/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"]

vision/snippets/quickstart/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"]

vision/snippets/web/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)