We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3193f90 commit 633d2e2Copy full SHA for 633d2e2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Release 4.7.0 (???)
+# Release 4.7.0 (June 28, 2023)
2
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
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.7.0rc1"
+version = "4.7.0"
10
description = "Backported and Experimental Type Hints for Python 3.7+"
11
readme = "README.md"
12
requires-python = ">=3.7"
0 commit comments