Compare commits

...

4 Commits

Author SHA1 Message Date
Predrag Gruevski
3bf39ca635 Merge branch 'master' into pg/python-3.12 2023-10-04 14:24:35 -04:00
Predrag Gruevski
8d7acc94ba Merge branch 'master' into pg/python-3.12 2023-10-03 15:20:29 +00:00
Predrag Gruevski
f6a1a1c517 Merge branch 'master' into pg/python-3.12 2023-10-02 17:21:43 -04:00
Predrag Gruevski
df1594cbb6 Add Python 3.12 to CI testing matrix. 2023-10-02 17:29:51 +00:00
6 changed files with 7 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ jobs:
# so linting on fewer versions makes CI faster.
python-version:
- "3.8"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
with:

View File

@@ -24,6 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Pydantic v1/v2 compatibility - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3

View File

@@ -24,6 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3

View File

@@ -63,6 +63,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Python ${{ matrix.python-version }} extended tests
steps:
- uses: actions/checkout@v3

View File

@@ -60,6 +60,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: test with unpublished langchain - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
@@ -95,6 +96,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Python ${{ matrix.python-version }} extended tests
steps:
- uses: actions/checkout@v3

View File

@@ -22,6 +22,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3