Thanks to visit codestin.com Credit goes to github.com
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 ec1876c commit 36cc476Copy full SHA for 36cc476
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# Release 4.14.0rc1 (May 24, 2025)
2
3
- Drop support for Python 3.8 (including PyPy-3.8). Patch by [Victorien Plot](https://github.com/Viicos).
4
- Do not attempt to re-export names that have been removed from `typing`,
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
# Project metadata
7
[project]
8
name = "typing_extensions"
9
-version = "4.13.2"
+version = "4.14.0rc1"
10
description = "Backported and Experimental Type Hints for Python 3.9+"
11
readme = "README.md"
12
requires-python = ">=3.9"
0 commit comments