Skip to content

Commit e18ea9f

Browse files
authored
Update CHANGELOG.md
1 parent b35fbf6 commit e18ea9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Unreleased
2+
3+
- Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel`
4+
on Python versions <3.10. PEP 604 was introduced in Python 3.10, and
5+
`typing_extensions` does not generally attempt to backport PEP-604 methods
6+
to prior versions.
7+
18
# Release 4.14.0rc1 (May 24, 2025)
29

310
- Drop support for Python 3.8 (including PyPy-3.8). Patch by [Victorien Plot](https://github.com/Viicos).

0 commit comments

Comments
 (0)