uccser / verto

Verto is an extension of the Python Markdown package, which allows authors to include complex HTML elements with simple text tags in their Markdown files.
Other
2 stars 1 forks source link

Add minimum requirement of Python 3.8 #589

Closed Yamboy1 closed 1 year ago

Yamboy1 commented 1 year ago

Closes #588. This commit removes support for Python 3.6, as it is EOL, and it was causing issues with the flake8 linter. Additionally, the version of importlib-metadata has been pinned, again to deal with flake8, to a version that isn't supported by Python 3.6. The version used in the documentation and publish github actions has been fixed to python 3.9, as python 3.11 was causing issues with dependencies.

Yamboy1 commented 1 year ago

I'm not sure what's up with the codecov or travis ci? There is literally no change in code, and I'm not sure if we use travis ci anymore? @JackMorganNZ Any ideas?

JackMorganNZ commented 1 year ago

The Travis CI has been deactivated, but there was a status check still left on the develop branch settings. I've removed it now.

Yamboy1 commented 1 year ago

Switching to python 3.8 as a minimum requirement, as 3.7 was actually the one causing the errors.