-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for python 3.7 #625
Conversation
Pull Request Test Coverage Report for Build 4952143366
💛 - Coveralls |
This is not related to the failure, but I noticed the warning from pylint. In the pylint.rc file - the last line
should now be
to avoid this warning
|
* drop 3.7 * reduce to ubuntu * remove ubuntu * add parameter * Update .github/workflows/main.yml Co-authored-by: Steve Wood <[email protected]> * remove 3.7 * fix lint * push empty --------- Co-authored-by: Steve Wood <[email protected]>
Summary
This PR updates the module and CI checks to python 3.8 as the oldest support version of python.