We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd82bcf commit 8149837Copy full SHA for 8149837
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
working-directory: ./langchain
19
strategy:
20
matrix:
21
- python-version: ['3.8', '3.13']
+ python-version: ['3.9', '3.13']
22
steps:
23
- uses: actions/checkout@v4
24
with:
0 commit comments