Skip to content

Commit 5ae72b4

Browse files
committed
ML/LangChain: Verify examples on Python 3.13
1 parent a4e9c1c commit 5ae72b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ml-langchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ 'ubuntu-latest' ]
40-
python-version: [ '3.10', '3.11', '3.12' ]
40+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
services:

0 commit comments

Comments
 (0)