Skip to content

Commit 6ec77db

Browse files
authored
Update Python version to include 3.14 (#737)
* Update Python version to include 3.14
1 parent 5f14fe4 commit 6ec77db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ['ubuntu-22.04']
22-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2323
cratedb-version: ['nightly']
2424

2525
# To save resources, only verify the most recent Python versions on macOS.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
"Programming Language :: Python :: Implementation :: CPython",
3132
"Programming Language :: Python :: Implementation :: PyPy",
3233
"Topic :: Database",

0 commit comments

Comments
 (0)