mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
enable python 3.12 in ci tests
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
627d3b9ba0
commit
11ef79e531
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.11']
|
python-version: ['3.11', '3.12']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-poetry
|
- uses: ./.github/actions/setup-poetry
|
||||||
|
Loading…
Reference in New Issue
Block a user