diff --git a/bigquery-connection/snippets/noxfile.py b/bigquery-connection/snippets/noxfile.py index 0577084695fc..de104dbc64d3 100644 --- a/bigquery-connection/snippets/noxfile.py +++ b/bigquery-connection/snippets/noxfile.py @@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]: # DO NOT EDIT - automatically generated. # All versions used to test samples. -ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] +ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11"] # Any default versions that should be ignored. IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]