Kludex / asgi-logger

Access logger for ASGI servers! :tada:
MIT License
48 stars 8 forks source link

Python 3.7 support #13

Open jerluc opened 2 years ago

jerluc commented 2 years ago

@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 commented 2 years ago

No reason. I'm willing to accept a PR. :)