ci: add testing with Python 3.12 (#22813)

We need to use a different version of numpy for py3.8 and py3.12 in
pyproject.
And so do projects that use that Python version range and import
langchain.

    - **Twitter handle:** _cbornet
This commit is contained in:
Christophe Bornet
2024-06-12 22:31:36 +02:00
committed by GitHub
parent b6bf2bb234
commit d04e899b56
20 changed files with 359 additions and 118 deletions

View File

@@ -104,6 +104,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
runs-on: ubuntu-latest
defaults:
run: