python/mypy

Python 3.12 tracking issue

hauntsaninja opened this issue · 6 comments

See Python 3.11 issue here: #12840 (comment)

Added "Fix mypyc" to the list.

PEP 688 can mostly be implemented in typeshed. I created #15313 to track removing the special cases around bytes/bytearray/memoryview.

Could add #15330 to the list

Mypyc now needs setuptools on 3.12 and later, which we don't yet include as a dependency.

Added "Require 3.12 tests to pass in CI".