Skip to content

Commit 5d0b718

Browse files
committed
CI: Synchronize Python versions between "on-pr" vs. "nightly" jobs
1 parent 5adc222 commit 5d0b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ['ubuntu-22.04']
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
18+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1919
cratedb-version: ['nightly']
2020

2121
fail-fast: false

0 commit comments

Comments
 (0)