Skip to content

Commit b31c8d3

Browse files
authored
For Python 3.8 PyMuPDF version changed from 1.24.6 to 1.24.11. (#101)
1 parent 9d1d351 commit b31c8d3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

history.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* For Python 3.8 PyMuPDF version changed from 1.24.6 to 1.24.11.
2+
13
18.02.2026 ver.1.13.1
24
---------------------
35

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Operating System :: OS Independent"
2121
]
2222
dependencies = [
23-
"PyMuPDF==1.24.6; python_version<'3.9'",
23+
"PyMuPDF==1.24.11; python_version<'3.9'",
2424
"PyMuPDF>=1.25.3; python_version>'3.8'",
2525
"markdown-it-py==3.0.0; python_version>='3.8'",
2626
"requests==2.32.3; python_version<'3.9'",

requirements38.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyMuPDF==1.24.6
1+
PyMuPDF==1.24.11
22
markdown-it-py==3.0.0
33
plantuml==0.3.0
44
six==1.17.0

0 commit comments

Comments
 (0)