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
Possible we should bump to minimum Python 3.10? Lots of typehinting conveniences there, and dataclasses with keyword-only arguments that could solve some QOL issues with messages today -- specifically dataclasses with init=true (or base-class dataclasses with init=true) but arguments with defaults being specified before arguments without defaults.
I figured you'd be the one to want older Python support for certain devices that might be lagging behind. I only use ezmsg on relatively modern hardware so I'm fine with bumping the minimum version.
No description provided.
The text was updated successfully, but these errors were encountered: