mrwilson / adr-viewer

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

chore: Remove 3.7 support #55

Closed mrwilson closed 1 year ago

mrwilson commented 1 year 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.