We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aa2eb commit ca5d81bCopy full SHA for ca5d81b
generative_ai/template_folder/noxfile_config.py
@@ -22,7 +22,7 @@
22
23
TEST_CONFIG_OVERRIDE = {
24
# You can opt out from the test for specific Python versions.
25
- "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"],
26
# Old samples are opted out of enforcing Python type hints
27
# All new samples should feature them
28
"enforce_type_hints": True,
0 commit comments