From bcf5f1d453cd90213e0fd8ba4b6809633a467530 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Thu, 15 Aug 2024 11:47:28 +0100 Subject: [PATCH] Add a changelog entry for dropping Python 3.7 support --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 620ee1b8..9b824d6c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -38,6 +38,7 @@ No unreleased changes. * Make ``utils.parse_sdist_filename()`` and ``utils.parse_wheel_filename()`` raise ``InvalidSdistFilename`` and ``InvalidWheelFilename``, respectively, when the version component of the name is invalid +* Remove support for Python 3.7 (:issue:`783`) 23.1 - 2023-04-12 ~~~~~~~~~~~~~~~~~