Skip to content

Commit 14cb5fd

Browse files
committed
dbt: Use Python 3.12 on CI
1 parent cd3f50e commit 14cb5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/framework-dbt.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.9', '3.11' ]
40+
python-version: [ '3.9', '3.12' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
services:

0 commit comments

Comments
 (0)