mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
infra: langchain max python 3.11 for resolution (#24729)
This commit is contained in:
parent
3c3d3e9579
commit
d5b4b7e05c
2
.github/scripts/check_diff.py
vendored
2
.github/scripts/check_diff.py
vendored
@ -95,7 +95,7 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
|
||||
# declare deps in funny way
|
||||
max_python = "3.11"
|
||||
|
||||
if dir_ == "libs/community" and job == "extended-tests":
|
||||
if dir_ in ["libs/community", "libs/langchain"] and job == "extended-tests":
|
||||
# community extended test resolution in 3.12 is slow
|
||||
# even in uv
|
||||
max_python = "3.11"
|
||||
|
Loading…
Reference in New Issue
Block a user