New features in Python 3.6New features in Python 3.6Mypy has supported all language features new in Python 3.6 starting with mypy0.510. This section introduces Python 3.6 features that interact withtype checking. Syntax for variable annotations (PEP 526)Asynchronous generators (PEP 525) and comprehensions (PEP 530)New named tuple syntax