@Kludex are there any major reasons this couldn't support Python 3.7?
As far as I can tell, there are only a couple of minor issues, e.g. from __future__ import annotations and using | type union syntax vs. typing.Union or typing.Optional. Assuming that's it, I'm happy to work through these and submit a PR if you'd like broader support!
@Kludex are there any major reasons this couldn't support Python 3.7?
As far as I can tell, there are only a couple of minor issues, e.g.
from __future__ import annotations
and using|
type union syntax vs.typing.Union
ortyping.Optional
. Assuming that's it, I'm happy to work through these and submit a PR if you'd like broader support!