Skip to content

Commit b518f6a

Browse files
Prepare release 4.7.1 (#264)
1 parent dcdc53f commit b518f6a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Release 4.7.1 (???)
1+
# Release 4.7.1 (July 2, 2023)
22

3-
- Fix `TypedDict`, `NamedTuple` and `is_protocol` tests on PyPy-3.7 and
4-
PyPy-3.8. Patch by Alex Waygood.
3+
- Fix support for `TypedDict`, `NamedTuple` and `is_protocol` on PyPy-3.7 and
4+
PyPy-3.8. Patch by Alex Waygood. Note that PyPy-3.7 and PyPy-3.8 are unsupported
5+
by the PyPy project. The next feature release of typing-extensions will
6+
drop support for PyPy-3.7 and may also drop support for PyPy-3.8.
57

68
# Release 4.7.0 (June 28, 2023)
79

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
# Project metadata
77
[project]
88
name = "typing_extensions"
9-
version = "4.7.0"
9+
version = "4.7.1"
1010
description = "Backported and Experimental Type Hints for Python 3.7+"
1111
readme = "README.md"
1212
requires-python = ">=3.7"

0 commit comments

Comments
 (0)