Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.7 Trove classifier (python#6206)
The only thing we technically don't yet support is that in 3.7, 'async' and 'await' are always keywords. But this is at best a false negative. Similarly, mypy doesn't change its behavior based on the presence of 'from __future__ import annotations' -- it always implements the 3.7 behavior for annotations.
- Loading branch information