Merge branch 'master' into wip-v1.0

This commit is contained in:
Mason Daugherty
2025-09-15 19:26:36 -04:00
committed by GitHub
9 changed files with 95 additions and 75 deletions

View File

@@ -134,6 +134,8 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
py_versions = ["3.10", "3.13"]
elif dir_ == "libs/langchain_v1":
py_versions = ["3.10", "3.13"]
elif dir_ in {"libs/cli"}:
py_versions = ["3.10", "3.13"]
elif dir_ == ".":
# unable to install with 3.13 because tokenizers doesn't support 3.13 yet