General, language: - [x] Fix typed_ast support for Python 3.11 (fixed in 1.5.4) - [x] Get tests running (#12833) - [x] Unbreak mypyc (https://github.com/mypyc/mypyc/issues/931) - [x] Fixes for asyncio.coroutine removal (#12834, #12917) - [x] Fix mypyc traceback tests - [x] Make tests on Python 3.11 required - [x] Run lxml tests on Python 3.11 - [x] PEP 654 (exception groups) - [ ] Support for new enum features (#12841) - [x] Add tests for the following language changes: https://github.com/python/cpython/issues/77527 , https://github.com/python/cpython/issues/90881 - [x] Building wheels - [x] Adding classifier New typing features: - [x] PEP 655 (Required, NotRequired) - [x] PEP 646 (variadic generics, #12280) - [x] PEP 673 (Self type, #11871) - [ ] PEP 675 (LiteralString, #12554, #12559) - [x] PEP 681 (dataclass_transform, #14293)
General, language:
New typing features: