diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index dce8531e820..a343a98d040 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -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.0-rc.2"] + py_versions = ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"] # custom logic for specific directories elif dir_ == "libs/partners/milvus": # milvus poetry doesn't allow 3.12 because they