Skip to content

Commit ca5d81b

Browse files
authored
fix(template): don't test 3.13 (incompat with pandas 2.2.3) (#13238)
1 parent b7aa2eb commit ca5d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative_ai/template_folder/noxfile_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
25+
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11", "3.13"],
2626
# Old samples are opted out of enforcing Python type hints
2727
# All new samples should feature them
2828
"enforce_type_hints": True,

0 commit comments

Comments
 (0)