Skip to content

Commit e2b19d9

Browse files
authored
fix: python3.9 support (#54)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 785371e commit e2b19d9

File tree

4 files changed

+158
-149
lines changed

4 files changed

+158
-149
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: ['3.10', '3.11', '3.12']
9+
python-version: ['3.9', '3.10', '3.11', '3.12']
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: ./.github/actions/setup-poetry

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![PyPI version](https://img.shields.io/pypi/v/docling-ibm-models)](https://pypi.org/project/docling-ibm-models/)
2-
![Python](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12-blue)
2+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/docling-ibm-models)](https://pypi.org/project/docling-ibm-models/)
33
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
55
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

0 commit comments

Comments
 (0)