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:
Sebastian Rittau
2022-07-07 14:42:02 +02:00
committed by GitHub
parent 9ccf4589a0
commit 9a5c865034
27 changed files with 52 additions and 411 deletions
+1 -1
View File
@@ -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