Cleanup after dropping Python 3.6#6549
Conversation
|
Appears multidict is not pinned in linter stage and now causing some type errors. Will fix in a separate PR tomorrow. |
Codecov Report
@@ Coverage Diff @@
## master #6549 +/- ##
==========================================
+ Coverage 93.34% 93.36% +0.02%
==========================================
Files 104 104
Lines 30633 30624 -9
Branches 3083 3080 -3
==========================================
- Hits 28594 28592 -2
+ Misses 1863 1859 -4
+ Partials 176 173 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Backport to 3.9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1dbfbb4 on top of patchback/backports/3.9/1dbfbb433f3f7cd05ca97288805dec9e296d75de/pr-6549 Backporting merged PR #6549 into master
🤖 @patchback |
FYI, to find these, I skim through the results of:
fgrep -Rn -e '36' -e '3.6' -e '3,6' -e '3, 6'fgrep -Rn -e '37' -e '3.7' -e '3,7' -e '3, 7'