Skip to content

Commit b4ee0ad

Browse files
yeesiancopybara-github
authored andcommitted
chore: Drop LangChain unit testing for Python 3.8
PiperOrigin-RevId: 705935524
1 parent 11f7593 commit b4ee0ad

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.kokoro/presubmit/unit_langchain_py38.cfg

-13
This file was deleted.

noxfile.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
)
5353

5454
UNIT_TEST_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
55+
UNIT_TEST_LANGCHAIN_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12"]
5556
UNIT_TEST_STANDARD_DEPENDENCIES = [
5657
"mock",
5758
"asyncmock",
@@ -275,7 +276,7 @@ def unit_ray(session, ray):
275276
)
276277

277278

278-
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
279+
@nox.session(python=UNIT_TEST_LANGCHAIN_PYTHON_VERSIONS)
279280
def unit_langchain(session):
280281
# Install all test dependencies, then install this package in-place.
281282

0 commit comments

Comments
 (0)