Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/job-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--health-retries 5
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v5
- name: Install uv and set the python version
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Build Tools",
Expand Down Expand Up @@ -102,7 +103,7 @@ docling-jobkit-local = "docling_jobkit.cli.local:app"

[project.urls]
Homepage = "https://github.com/docling-project/docling-jobkit"
# Documentation = "https://ds4sd.github.io/docling"
Documentation = "https://docling-project.github.io/docling/usage/jobkit/"
Repository = "https://github.com/docling-project/docling-jobkit"
Issues = "https://github.com/docling-project/docling-jobkit/issues"
Changelog = "https://github.com/docling-project/docling-jobkit/blob/main/CHANGELOG.md"
Expand Down
Loading