diff --git a/translation/samples/snippets/hybrid_glossaries/noxfile.py b/translation/samples/snippets/hybrid_glossaries/noxfile.py index 1fd8956fbf01..93a9122cc457 100644 --- a/translation/samples/snippets/hybrid_glossaries/noxfile.py +++ b/translation/samples/snippets/hybrid_glossaries/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"] diff --git a/translation/samples/snippets/noxfile.py b/translation/samples/snippets/noxfile.py index 1fd8956fbf01..93a9122cc457 100644 --- a/translation/samples/snippets/noxfile.py +++ b/translation/samples/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"]