From 8e3bcbb54692ad3b80ae5c08852a537f198f8504 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Sat, 28 Sep 2024 14:32:02 -0400 Subject: [PATCH] update --- .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..54144da0bd6 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.13"] # custom logic for specific directories elif dir_ == "libs/partners/milvus": # milvus poetry doesn't allow 3.12 because they