PyMuPDF
PyMuPDF copied to clipboard
fix test_mupdf_regressions version check for bug 707727
Bug 707727 is fixed in mupdf's master branch, not in the release branch and in particular not in 1.24.1. So adjust the check, assuming that the fix will be backported to 1.24.2
Depending on your plans for the backports, the version check needs be adjusted, of course. The proposed change is the minimal change which works as of today.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
(Not that I think that adjusting a version number is copyrightable, but ...)
@mjg Thanks for taking the trouble to submit this PR. I've just verified that is has fixed the failure of the Github action "Test mupdf release branch".