Skip to content

Commit 3193f90

Browse files
CHANGELOG: Mention expected end of 3.7 support (#253)
1 parent e65b036 commit 3193f90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# Unreleased
1+
# Release 4.7.0 (???)
22

3+
- This is expected to be the last feature release supporting Python 3.7,
4+
which reaches its end of life on June 27, 2023. Version 4.8.0 will support
5+
only Python 3.8.0 and up.
36
- Fix bug where a `typing_extensions.Protocol` class that had one or more
47
non-callable members would raise `TypeError` when `issubclass()`
58
was called against it, even if it defined a custom `__subclasshook__`

0 commit comments

Comments
 (0)