Skip to content

Commit 4444011

Browse files
setup.py: set version to 1.20.0rc3.
Also updated minimum python version from 3.6 to 3.7 to match the wheels we build.
1 parent e9c0807 commit 4444011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def get_mupdf():
673673

674674
setup(
675675
name="PyMuPDF",
676-
version="1.20.0rc2",
676+
version="1.20.0rc3",
677677
description="Python bindings for the PDF toolkit and renderer MuPDF",
678678
long_description=readme,
679679
long_description_content_type="text/markdown",
@@ -683,7 +683,7 @@ def get_mupdf():
683683
author_email="[email protected]",
684684
cmdclass={"build_py": build_ext_first},
685685
ext_modules=[module],
686-
python_requires=">=3.6",
686+
python_requires=">=3.7",
687687
py_modules=["fitz.fitz", "fitz.utils", "fitz.__main__"],
688688
license="GNU AFFERO GPL 3.0",
689689
project_urls={

0 commit comments

Comments
 (0)