Shantanu
Shantanu
These are manual changes, we can run pyupgrade equivalents in a later PR
Opening PR basically as a reminder to myself to get things working at some point
Fixes #4399, fixes #4444 First commit is pure refactoring, in case that makes it easier to review
Suggested in https://discuss.python.org/t/change-visibility/62235/30
I've been doing `uvx twine upload dist/*` instead of `uv publish` because twine gives you a nice prompt for token and you don't have to worry about leaking a credential...
I sometimes get caught out by the playground saying "No problems detected" when it's waiting for the server
Let me know if you spot any projects using 3.13 in the wild
Fixes https://github.com/mypyc/mypyc/issues/1070 Missed in https://github.com/python/mypy/pull/10543
It would be nice to make a release. It's been about two months since 1.11. We have a couple nice changes in there and it'd be great to release a...