File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66# Project metadata
77[project ]
88name = " typing_extensions"
9- version = " 4.7.0 "
9+ version = " 4.7.1 "
1010description = " Backported and Experimental Type Hints for Python 3.7+"
1111readme = " README.md"
1212requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments