From ead9d34f9b6a5e504a4563d9246f76d37a112e85 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Thu, 15 Aug 2024 19:13:07 +0100 Subject: [PATCH] Add a changelog entry for dropping Python 3.7 support (#824) --- 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 ~~~~~~~~~~~~~~~~~