Note that Python 3.7 support is limited (#10601)

This commit is contained in:
Sebastian Rittau
2023-08-21 14:39:45 +02:00
committed by GitHub
parent cfc671f6bd
commit 114949b5ad
2 changed files with 8 additions and 6 deletions

View File

@@ -20,7 +20,9 @@ the project the stubs are for, but instead report them here to typeshed.**
Further documentation on stub files, typeshed, and Python's typing system in
general, can also be found at https://typing.readthedocs.io/en/latest/.
Typeshed supports Python versions 3.7 and up.
Typeshed fully supports Python versions 3.8 and up. Support for Python 3.7
is limited: see https://github.com/python/typeshed/issues/10113
for details.
## Using