ci(infra): test CodSpeed with Python 3.13 (#33599)

This commit is contained in:
Christophe Bornet
2025-10-20 01:33:20 +02:00
committed by GitHub
parent 28728dca9f
commit 3391168777
3 changed files with 3 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
return _get_pydantic_test_configs(dir_)
if job == "codspeed":
py_versions = ["3.12"] # 3.13 is not yet supported
py_versions = ["3.13"]
elif dir_ == "libs/core":
py_versions = ["3.10", "3.11", "3.12", "3.13", "3.14"]
# custom logic for specific directories