-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 tracking issue #15277
Comments
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". |
With python/cpython#100581 being merged, is walrus comprehension binding taken care of? |
DeprecationWarning
fromast
#15330)See Python 3.11 issue here: #12840 (comment)
The text was updated successfully, but these errors were encountered: