diff --git a/generative_ai/template_folder/noxfile_config.py b/generative_ai/template_folder/noxfile_config.py index 9a4b880f93..962ba40a92 100644 --- a/generative_ai/template_folder/noxfile_config.py +++ b/generative_ai/template_folder/noxfile_config.py @@ -22,7 +22,7 @@ TEST_CONFIG_OVERRIDE = { # You can opt out from the test for specific Python versions. - "ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"], + "ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11", "3.13"], # Old samples are opted out of enforcing Python type hints # All new samples should feature them "enforce_type_hints": True,