mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +00:00
infra: core remove 3.8 (#26172)
This commit is contained in:
2
.github/scripts/check_diff.py
vendored
2
.github/scripts/check_diff.py
vendored
@@ -106,7 +106,7 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
|
|||||||
if dir_ == "libs/core":
|
if dir_ == "libs/core":
|
||||||
return [
|
return [
|
||||||
{"working-directory": dir_, "python-version": f"3.{v}"}
|
{"working-directory": dir_, "python-version": f"3.{v}"}
|
||||||
for v in range(8, 13)
|
for v in range(9, 13)
|
||||||
]
|
]
|
||||||
min_python = "3.9"
|
min_python = "3.9"
|
||||||
max_python = "3.12"
|
max_python = "3.12"
|
||||||
|
Reference in New Issue
Block a user