-
Notifications
You must be signed in to change notification settings - Fork 60
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 EOL Python <= 3.6 #66
Conversation
I think most of it is included in #68 as well ? |
About half was in #68, I've now updated this. Thanks! |
Or rather, I'll update this tomorrow :) |
from a quick glance it's only some code modernisation and formatting ... and some packaging (setup.cfg) that should then cover everything I think. |
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 94.36% 94.36%
=======================================
Files 10 10
Lines 497 497
=======================================
Hits 469 469
Misses 28 28
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Sounds good! This adds |
Any updates? |
Also move testing from Travis CI to GitHub Actions
Move coverage from Coveralls to Codecov
Run Flake8 via pre-commit
Here's the pip installs for isodate from PyPI for March 2021, showing low numbers for EOL versions:
Date range: 2021-03-01 - 2021-03-31
Source:
pip install -U pypistats && pypistats python_minor isodate --last-month