mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 22:09:45 +08:00
Drop support for Python 3.6, part 1 (#8250)
* Document that typeshed support 3.7+. * Don't run tests on Python 3.6. * Remove Python 3.6 allow lists. * Merge common allowlist items. Part of #6189
This commit is contained in:
@@ -17,7 +17,7 @@ contributors can be found in [CONTRIBUTING.md](CONTRIBUTING.md). **Please read
|
||||
it before submitting pull requests; do not report issues with annotations to
|
||||
the project the stubs are for, but instead report them here to typeshed.**
|
||||
|
||||
Typeshed supports Python versions 2.7 and 3.6 and up.
|
||||
Typeshed supports Python versions 2.7 and 3.7 and up.
|
||||
|
||||
## Using
|
||||
|
||||
|
||||
Reference in New Issue
Block a user