Skip to content

Commit 9ef08e4

Browse files
committed
CI: Use Python 3.14, CrateDB 5.10.16 and 6.3.3
1 parent 02c504d commit 9ef08e4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ jobs:
2727
matrix:
2828
os: ['ubuntu-22.04']
2929
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
30-
cratedb-version: ['4.8.4', '5.9.2']
30+
cratedb-version: ['4.8.4', '5.10.16', '6.3.3']
3131
include:
3232

3333
# A single slot for testing CrateDB nightly.
3434
- os: 'ubuntu-latest'
35-
python-version: '3.13'
35+
python-version: '3.14'
3636
cratedb-version: 'nightly'
3737

3838
# A single slot for testing macOS.
3939
- os: 'macos-latest'
40-
python-version: '3.13'
41-
cratedb-version: '5.9.2'
40+
python-version: '3.14'
41+
cratedb-version: '6.3.3'
4242

4343
# A single slot for testing Windows.
4444
- os: 'windows-latest'
45-
python-version: '3.13'
46-
cratedb-version: '5.9.2'
45+
python-version: '3.14'
46+
cratedb-version: '6.3.3'
4747

4848
env:
4949
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)