stuebersystems / mkdocs-img2fig-plugin

A MkDocs plugin that converts markdown encoded images into <figure> elements.
https://pypi.org/project/mkdocs-img2fig-plugin
MIT License
20 stars 10 forks source link

Add support for python 3.5+ #2

Closed timvink closed 4 years ago

timvink commented 4 years ago

MkDocs still supports python 3.5+:

https://github.com/mkdocs/mkdocs/blob/ff0b7260564e65b6547fd41753ec971e4237823b/setup.py#L65

This PR lowers the requirements of the python version. I added unit tests and a github actions workflow to prove that it works from python 3.5 -3.8 and on osx, windows and linux.

timvink commented 4 years ago

Thanks :)

And no, that was a mistake. I removed that file (and .gitignore-d it) in afe93c3ac4915cf7d9ba0961982e70dd83509ab8

fstueber commented 4 years ago

Yes, I see it now. Great. Will Merge. Thank you!!!!