From 96bd921234c036dee37df3e5572517f2c99fe9a7 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Mon, 21 Oct 2024 13:13:59 +0100 Subject: [PATCH] changes.txt: fixed incorrect list of supported Python versions - is 3.9-3.13. --- changes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 8cf3d5aab..66f325118 100644 --- a/changes.txt +++ b/changes.txt @@ -10,9 +10,9 @@ Change Log * **Fixed** `3916 `_: insert_htmlbox error: int too large to convert to float * **Fixed** `3950 `_: Unable to consistently extract field labels from PDFs -* Supported Python versions are now 3.8-3.13. +* Supported Python versions are now 3.9-3.13. - * Dropped support for Python-3.7 because end-of-life. + * Dropped support for Python-3.8 because end-of-life. * Added support for Python-3.13 because now released. * See: https://devguide.python.org/versions/