Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.26.5
-
Use MuPDF-1.26.10.
-
Fixed issues:
-
Other:
- Supported Python versions are now 3.9-3.14.
- We now define all class methods explicitly instead of with dynamic assignment; this improves type hints.
- Removed
pymupdf.utils.Shape
class, was duplicate ofpymupdf.Shape
. - Allow use of cibuildwheel to build and test on Pyodide.
- Fixed various Pyodide bugs.
- In documentation, added section about Linux wheels and glibc compatibility.
- Improved documentation of pymupdf.open()'s arg.
- Retrospectively mark
4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>
_ as fixed in 1.26.4.