You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should maybe be moved to a separate issue, as this could greatly impact delivery time for this item if we consider it in scope. I'd also like feedback on the list to narrow it down if any of these are not considered worth pursuing.
Let's keep this issue for just updating the Python version and fixing any regressions. You can make issues for any other improvements you think we should do.
New pypy landed, we should update to that.
Additionally, we should look at updating our code style (eg.
Union[Foo, Bar]
->Foo | Bar
).The text was updated successfully, but these errors were encountered: