Revert "update"

This reverts commit 8e3bcbb546.
This commit is contained in:
Chester Curme 2024-09-28 14:33:24 -04:00
parent 8e3bcbb546
commit 5c7e648972

View File

@ -110,7 +110,7 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
return _get_pydantic_test_configs(dir_)
if dir_ == "libs/core":
py_versions = ["3.13"]
py_versions = ["3.13.0-rc.2"]
# custom logic for specific directories
elif dir_ == "libs/partners/milvus":
# milvus poetry doesn't allow 3.12 because they