-
Notifications
You must be signed in to change notification settings - Fork 22
Lower min required Python version to 3.7 #14
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #14 +/- ##
=======================================
Coverage 83.33% 83.33%
=======================================
Files 4 4
Lines 174 174
=======================================
Hits 145 145
Misses 29 29 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@donatasm Thanks for the contribution! Before merging we should add 3.7 to the CI and classifiers. If you want to take care of it and see this soon, please:
If you don't respond in an hour or so, I will just push to your branch. Once that is done (assuming the tests pass), I will merge. I plan to release |
@jarrodmillman thanks, I'll fix it now. |
Done. All checks pass for Python 3.7! 🎉 |
Thanks!! |
Package could not be installed to Python
3.7
environments.Lower the version to minimum supported, as stated in
attach
docstring.