Open
Description
- PEP 688 (Drop bytes/bytearray and bytes/memoryview promotions (PEP 688) #15313)
- PEP 692 (Enable PEP 692 Support #14697)
- PEP 695 (Support for PEP 695 #15238, see issue for subtasks
- PEP 698 (Support PEP 698 – Override Decorator #14072, but missing strict mode)
- Change to which variables walrus can bind to in comprehensions gh-87447: Fix walrus comprehension rebind checking cpython#100581
- Fix mypyc (Support Python 3.12 mypyc/mypyc#995)
- Drop use of distutils
- Fix deprecation warnings from ast (mypy on python3.12 raises
DeprecationWarning
fromast
#15330) - Require 3.12 tests to pass in CI
See Python 3.11 issue here: #12840 (comment)