Skip to content

Commit

Permalink
Remove mention of Python 3.6 from README (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
MoshiBin and hauntsaninja committed Sep 6, 2022
1 parent 7d1aeea commit 3a61a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ The `typing_extensions` module serves two related purposes:

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

Expand Down

0 comments on commit 3a61a94

Please sign in to comment.