mrwilson / adr-viewer

Generate easy-to-read web pages for your Architecture Decision Records
MIT License
144 stars 25 forks source link

chore: Remove 3.7 support #55

Closed mrwilson closed 9 months ago

mrwilson commented 9 months ago

Python 3.7 is out of support now, and we had to work around dependencies to support it.

This change removes support for 3.7 and cleans up the dependencies because of that.