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 63d8277 commit 21fde1fCopy full SHA for 21fde1f
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-# Unreleased
+# Release 4.12.0a1
2
+
3
+This release primarily tests a revised release workflow. If all goes
4
+well, release 4.12.0rc1 will follow soon.
5
6
- Backport the `typing.NoDefault` sentinel object from Python 3.13.
7
TypeVars, ParamSpecs and TypeVarTuples without default values now have
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
# Project metadata
[project]
8
name = "typing_extensions"
9
-version = "4.11.0"
+version = "4.12.0a1"
10
description = "Backported and Experimental Type Hints for Python 3.8+"
11
readme = "README.md"
12
requires-python = ">=3.8"
0 commit comments