Skip to content

Commit 9815e34

Browse files
committed
python 3.14 support
Signed-off-by: Michele Dolfi <[email protected]>
1 parent b72f7f8 commit 9815e34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/job-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
--health-retries 5
2727
strategy:
2828
matrix:
29-
python-version: ['3.10', '3.11', '3.12', '3.13']
29+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
3030
steps:
3131
- uses: actions/checkout@v5
3232
- name: Install uv and set the python version

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
3636
"Programming Language :: Python :: 3.13",
37+
"Programming Language :: Python :: 3.14",
3738
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3839
"Topic :: Scientific/Engineering :: Information Analysis",
3940
"Topic :: Software Development :: Build Tools",
@@ -102,7 +103,7 @@ docling-jobkit-local = "docling_jobkit.cli.local:app"
102103

103104
[project.urls]
104105
Homepage = "https://github.com/docling-project/docling-jobkit"
105-
# Documentation = "https://ds4sd.github.io/docling"
106+
Documentation = "https://docling-project.github.io/docling/usage/jobkit/"
106107
Repository = "https://github.com/docling-project/docling-jobkit"
107108
Issues = "https://github.com/docling-project/docling-jobkit/issues"
108109
Changelog = "https://github.com/docling-project/docling-jobkit/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)