Skip to content

Commit 83a1b4c

Browse files
authored
Remove typing_extensions recommendation for 3.10 constructs (#15721)
Rm typing_extensions recommendation for 3.10 constructs Since 3.9 is EOL, typing features new in 3.10 can now just be (and, in this repo, are) imported from `typing`.
1 parent 78a12c6 commit 83a1b4c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,6 @@ Features from the `typing` module that are not present in all
366366
supported Python versions must be imported from `typing_extensions`
367367
instead in typeshed stubs. This currently affects:
368368

369-
- `TypeAlias` (new in Python 3.10)
370-
- `Concatenate` (new in Python 3.10)
371-
- `ParamSpec` (new in Python 3.10)
372-
- `TypeGuard` (new in Python 3.10)
373369
- `Self` (new in Python 3.11)
374370
- `Never` (new in Python 3.11)
375371
- `LiteralString` (new in Python 3.11)

0 commit comments

Comments
 (0)