From d4ac18478ce27a2be107da50e8b79c0de224dfe5 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Sat, 28 Sep 2024 14:52:36 -0400 Subject: [PATCH] test core on 3.9-3.12 --- .github/scripts/check_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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