File tree 2 files changed +6
-4
lines changed
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 )
2
2
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.
5
7
6
8
# Release 4.7.0 (June 28, 2023)
7
9
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
# Project metadata
7
7
[project ]
8
8
name = " typing_extensions"
9
- version = " 4.7.0 "
9
+ version = " 4.7.1 "
10
10
description = " Backported and Experimental Type Hints for Python 3.7+"
11
11
readme = " README.md"
12
12
requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments