Skip to content

Commit c7fbb14

Browse files
jsonbaileyclaude
andcommitted
chore: drop Python 3.9 from LangChain CI matrix
LangChain >= 1.0 requires Python >= 3.10, so remove 3.9 from the server-ai-langchain CI jobs. Other packages are unaffected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ce26415 commit c7fbb14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
strategy:
6161
matrix:
62-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
62+
python-version: ["3.10", "3.11", "3.12", "3.13"]
6363

6464
steps:
6565
- uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181

8282
strategy:
8383
matrix:
84-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
84+
python-version: ["3.10", "3.11", "3.12", "3.13"]
8585

8686
steps:
8787
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)