Skip to content

Commit

Permalink
ML/LangChain: Verify on CI using Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 24, 2024
1 parent 3884a01 commit 9316de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ml-langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-latest' ]
python-version: [ '3.10', '3.11' ]
python-version: [ '3.10', '3.11', '3.12' ]
cratedb-version: [ 'nightly' ]

services:
Expand Down

0 comments on commit 9316de3

Please sign in to comment.