Skip to content

Commit e85b77e

Browse files
committed
Testing/Python: Use Python 3.14 on CI
1 parent 5fbadfd commit e85b77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-native-python.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', 'macos-15-intel' ]
40-
python-version: [ '3.8', '3.12' ]
40+
python-version: [ '3.8', '3.14' ]
4141
cratedb-version: [ 'nightly' ]
4242

4343
env:

0 commit comments

Comments
 (0)