mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 22:29:51 +00:00
infra: test doc imports 3.12 (#27653)
This commit is contained in:
parent
600b7bdd61
commit
247d6bb09d
2
.github/scripts/check_diff.py
vendored
2
.github/scripts/check_diff.py
vendored
@ -308,7 +308,7 @@ if __name__ == "__main__":
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
map_job_to_configs["test-doc-imports"] = (
|
map_job_to_configs["test-doc-imports"] = (
|
||||||
[{"python-version": "3.13"}] if docs_edited else []
|
[{"python-version": "3.12"}] if docs_edited else []
|
||||||
)
|
)
|
||||||
|
|
||||||
for key, value in map_job_to_configs.items():
|
for key, value in map_job_to_configs.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user