From 3193f90d18e50a19725ed47bb8fe586c234b9449 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 23 Jun 2023 08:24:35 -0700 Subject: [PATCH] CHANGELOG: Mention expected end of 3.7 support (#253) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c4d1c1..475b7926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -# Unreleased +# Release 4.7.0 (???) +- This is expected to be the last feature release supporting Python 3.7, + which reaches its end of life on June 27, 2023. Version 4.8.0 will support + only Python 3.8.0 and up. - Fix bug where a `typing_extensions.Protocol` class that had one or more non-callable members would raise `TypeError` when `issubclass()` was called against it, even if it defined a custom `__subclasshook__`