Skip to content

Commit 96bd921

Browse files
changes.txt: fixed incorrect list of supported Python versions - is 3.9-3.13.
1 parent 2be27b2 commit 96bd921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Change Log
1010
* **Fixed** `3916 <https://github.com/pymupdf/PyMuPDF/issues/3916>`_: insert_htmlbox error: int too large to convert to float
1111
* **Fixed** `3950 <https://github.com/pymupdf/PyMuPDF/issues/3950>`_: Unable to consistently extract field labels from PDFs
1212

13-
* Supported Python versions are now 3.8-3.13.
13+
* Supported Python versions are now 3.9-3.13.
1414

15-
* Dropped support for Python-3.7 because end-of-life.
15+
* Dropped support for Python-3.8 because end-of-life.
1616
* Added support for Python-3.13 because now released.
1717
* See: https://devguide.python.org/versions/
1818

0 commit comments

Comments
 (0)