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 b35fbf6 commit e18ea9fCopy full SHA for e18ea9f
CHANGELOG.md
@@ -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
8
# Release 4.14.0rc1 (May 24, 2025)
9
10
- Drop support for Python 3.8 (including PyPy-3.8). Patch by [Victorien Plot](https://github.com/Viicos).
0 commit comments