Skip to content

Commit

Permalink
Prepare release 4.7.1 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Jul 2, 2023
1 parent dcdc53f commit b518f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
@@ -1,7 +1,9 @@
# Release 4.7.1 (???)
# Release 4.7.1 (July 2, 2023)

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

# Release 4.7.0 (June 28, 2023)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
version = "4.7.0"
version = "4.7.1"
description = "Backported and Experimental Type Hints for Python 3.7+"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit b518f6a

Please sign in to comment.