mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 23:12:20 +00:00
activate py3.13 in CI
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
6a1cce0a26
commit
17de54005f
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12']
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install tesseract
|
||||
|
Loading…
Reference in New Issue
Block a user