diff --git a/.github/workflows/langchain_ci.yml b/.github/workflows/langchain_ci.yml index 8cd13b40eee..30317dafb2a 100644 --- a/.github/workflows/langchain_ci.yml +++ b/.github/workflows/langchain_ci.yml @@ -60,7 +60,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.3" + - "3.11.0" name: Python ${{ matrix.python-version }} extended tests steps: - uses: actions/checkout@v3