Skip to content

Commit d5e909d

Browse files
committed
CI: Validate on Python 3.14
1 parent 8f658a4 commit d5e909d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: ['ubuntu-22.04']
29-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
29+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3030
cratedb-version: ['4.8.4', '5.9.2']
3131
include:
3232

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Unreleased
88
namespaces" for the ``crate`` namespace package, see `PEP 420`_
99
and `Package Discovery and Namespace Package » Finding namespace packages`_.
1010

11-
- Updated to ``crate-2.0.0``, which uses `orjson`_ for JSON marshalling.
11+
- Updated to ``crate-2.0.0``, which uses `orjson`_ for JSON marshaling.
12+
13+
- CI: Validated on Python 3.14
1214

1315
.. _orjson: https://github.com/ijl/orjson
1416
.. _Package Discovery and Namespace Package » Finding namespace packages: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#namespace-packages

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def read(path):
105105
'Programming Language :: Python :: 3.11',
106106
'Programming Language :: Python :: 3.12',
107107
'Programming Language :: Python :: 3.13',
108+
'Programming Language :: Python :: 3.14',
108109
'Programming Language :: Python :: Implementation :: CPython',
109110
'Programming Language :: Python :: Implementation :: PyPy',
110111
'Topic :: Database'

0 commit comments

Comments
 (0)