Skip to content

Commit

Permalink
Change py39 skip marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Jul 29, 2024
1 parent 43af5a1 commit c061dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/langchain/test_langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
parse_version(_langchain.__version__) >= (0, 1, 0), reason="This module only tests langchain < 0.1"
)

PY39 = sys.version_info <= (3, 9)
PY39 = sys.version_info < (3, 10)


@pytest.fixture(scope="session")
Expand Down

0 comments on commit c061dce

Please sign in to comment.