We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7c135 commit f0b0a93Copy full SHA for f0b0a93
setup.py
@@ -395,7 +395,7 @@ def get_mupdf_tgz():
395
'''
396
mupdf_url_or_local = os.environ.get(
397
'PYMUPDF_SETUP_MUPDF_TGZ',
398
- 'https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz',
+ 'https://mupdf.com/downloads/archive/mupdf-1.21.0-rc1-source.tar.gz',
399
)
400
log( f'mupdf_url_or_local={mupdf_url_or_local!r}')
401
if mupdf_url_or_local == '':
0 commit comments