Skip to content

Commit

Permalink
CHANGELOG: Mention expected end of 3.7 support (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jun 23, 2023
1 parent e65b036 commit 3193f90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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__`
Expand Down

0 comments on commit 3193f90

Please sign in to comment.