8000
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 94bec44 commit d4d929dCopy full SHA for d4d929d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# Release 4.11.0 (April 5, 2024)
2
+
3
+This feature release provides improvements to various recently
4
+added features, most importantly type parameter defaults (PEP 696).
5
6
+There are no changes since 4.11.0rc1.
7
8
# Release 4.11.0rc1 (March 24, 2024)
9
10
- Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
name = "typing_extensions"
-version = "4.11.0rc1"
+version = "4.11.0"
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments