python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
18.21k stars 2.78k forks source link

Python 3.12 tracking issue #15277

Open hauntsaninja opened 1 year ago

hauntsaninja commented 1 year ago

See Python 3.11 issue here: https://github.com/python/mypy/issues/12840#issue-1244203018

JukkaL commented 1 year ago

Added "Fix mypyc" to the list.

JelleZijlstra commented 1 year ago

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

AlexWaygood commented 1 year ago

Could add #15330 to the list

JukkaL commented 1 year ago

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

JukkaL commented 1 year ago

Added "Require 3.12 tests to pass in CI".

CoolCat467 commented 3 months ago

With https://github.com/python/cpython/pull/100581 being merged, is walrus comprehension binding taken care of?