Skip to content

Commit 3a61a94

Browse files
Remove mention of Python 3.6 from README (#67)
Co-authored-by: Shantanu <[email protected]>
1 parent 7d1aeea commit 3a61a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `typing_extensions` module serves two related purposes:
88

99
- Enable use of new type system features on older Python versions. For example,
1010
`typing.TypeGuard` is new in Python 3.10, but `typing_extensions` allows
11-
users on Python 3.6 through 3.9 to use it too.
11+
users on previous Python versions to use it too.
1212
- Enable experimentation with new type system PEPs before they are accepted and
1313
added to the `typing` module.
1414

0 commit comments

Comments
 (0)