Drop support for EOL Python 2.7 and 3.5#117
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #117 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 109 100 -9
Branches 21 20 -1
=========================================
- Hits 109 100 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@jquast can we move forward with it? |
|
Hi, checking in one year later and resolved the conflict :) Looks like the Windows failures are caused by a GitHub bug: actions/setup-python#1034 Hopefully they'll fix it soon. |
|
@hugovk feel free to use my new action approach for this: aio-libs/frozenlist#622 + aio-libs/frozenlist#633. I'm planning to keep it alive because I've been wanting a better cache control anyway. |
|
Thanks, we're not in a rush with this PR, because we're still pending #120 and a release before looking at this one, so I think we can wait a bit longer. |
|
@hugovk fair! I just saw your back reference and realized I forgot to post about it over on the GH tracker. Did that just now. |
|
Just checking in that yes, we can finally drop 2.7 for an upcoming release this week or so, I have deferred/put #120 back into draft for now |
|
Merge conflict resolved. |
- (re-) Add python 3.13 and 3.14 to testing, removed in #117 - fix a couple of tox steps that were broken when their dependencies were removed from requirements in #144 - update requirements.txt from requirements.in files, this should close most https://github.com/jquast/wcwidth/security/dependabot stuff - Also, a few small lint/docstring discovered by these tools (flake8 etc) - Change readthedocs.org links to readthedocs.io
Fixes #102.