Skip to content
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

Remove python 3.8 from tests #157

Open
cboulay opened this issue Nov 12, 2024 · 2 comments
Open

Remove python 3.8 from tests #157

cboulay opened this issue Nov 12, 2024 · 2 comments

Comments

@cboulay
Copy link
Collaborator

cboulay commented Nov 12, 2024

No description provided.

@griffinmilsap
Copy link
Collaborator

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.

@cboulay
Copy link
Collaborator Author

cboulay commented Nov 12, 2024

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.

(init=true might break fast_replace)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants