mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Document the supported stdlib versions (#12731)
This commit is contained in:
@@ -117,7 +117,11 @@ hard-linked extension modules, and the builtins. The `VERSIONS` file lists
|
||||
the versions of Python where the module is available.
|
||||
|
||||
We accept changes for future versions of Python after the first beta for that
|
||||
version was released.
|
||||
version was released. We drop support for a Python version three months
|
||||
after it reaches [end-of-life](https://devguide.python.org/versions/). This
|
||||
means that we will no longer actively test the stubs against that version.
|
||||
After six months, we will remove the stubs for that version and start
|
||||
to use syntax and typing features not supported by that version.
|
||||
|
||||
### Third-party library stubs
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ 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.8 and up.
|
||||
Typeshed supports Python versions 3.8 to 3.13.
|
||||
|
||||
## Using
|
||||
|
||||
|
||||
Reference in New Issue
Block a user