Skip to content

Commit ac747a6

Browse files
committed
CI: Validate on Python 3.14
1 parent 7a6ca00 commit ac747a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
27+
python-version: [
28+
"3.7",
29+
"3.8",
30+
"3.9",
31+
"3.10",
32+
"3.11",
33+
"3.12",
34+
"3.13",
35+
"3.14",
36+
]
2837
os: ["ubuntu-22.04"]
2938
cratedb-version: ["nightly"]
3039
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
"Programming Language :: Python :: 3.11",
4545
"Programming Language :: Python :: 3.12",
4646
"Programming Language :: Python :: 3.13",
47+
"Programming Language :: Python :: 3.14",
4748
"Topic :: Communications",
4849
"Topic :: Database",
4950
"Topic :: Documentation",

0 commit comments

Comments
 (0)