Skip to content

Commit 5643014

Browse files
authored
Fix pymupdf 1.25.3 (#71)
1 parent 2dd046a commit 5643014

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/py3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
20-
pymupdf-version: ['1.26.4', '1.26.3', '1.26.1', '1.26.0', '1.25.5', '1.25.4']
20+
pymupdf-version: ['1.26.4', '1.26.3', '1.26.1', '1.26.0', '1.25.5', '1.25.4', '1.25.3']
2121

2222
steps:
2323
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"PyMuPDF==1.24.6; python_version<'3.9'",
2525
"PyMuPDF>=1.25.3; python_version>'3.8'",
26-
"markdown-it-py==3.0.0; python_version<'3.10'",
27-
"markdown-it-py>=3.0.0; python_version>='3.10'",
26+
"markdown-it-py==3.0.0; python_version>='3.8'"
2827
]
2928

3029
[project.optional-dependencies]

0 commit comments

Comments
 (0)