Skip to content

Commit d611cde

Browse files
committed
CI: Add Python 3.13 to "nightly" job
1 parent 8be2887 commit d611cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-latest']
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1919
cratedb-version: ['nightly']
2020

2121
fail-fast: false

0 commit comments

Comments
 (0)