We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff7a10 commit 473044cCopy full SHA for 473044c
README.md
@@ -78,6 +78,13 @@ For more information on directory structure and stub versioning, see
78
[the relevant section of CONTRIBUTING.md](
79
https://github.com/python/typeshed/blob/master/CONTRIBUTING.md#stub-versioning).
80
81
+Third-party packages are generally removed from typeshed when one of the
82
+following criteria is met:
83
+
84
+* The upstream package ships a py.typed file for at least 6-12 months, or
85
+* the package does not support any of the Python versions supported by
86
+ typeshed.
87
88
## Contributing
89
90
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before submitting pull
0 commit comments