Closed Yamboy1 closed 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?
The Travis CI has been deactivated, but there was a status check still left on the develop
branch settings. I've removed it now.
Switching to python 3.8 as a minimum requirement, as 3.7 was actually the one causing the errors.
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.