-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove yarl back-compat shims for yarl older than 1.13.0 #9316
Conversation
#9305 increased the min version of yarl to 1.13.0 for master and 3.11
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9316 +/- ##
=======================================
Coverage 98.55% 98.56%
=======================================
Files 107 107
Lines 34905 34891 -14
Branches 4143 4135 -8
=======================================
- Hits 34402 34390 -12
+ Misses 335 334 -1
+ Partials 168 167 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply c2eb67e on top of patchback/backports/3.11/c2eb67e6956795d8513c577ef90746c6e629f202/pr-9316 Backporting merged PR #9316 into master
🤖 @patchback |
(cherry picked from commit c2eb67e)
#9305 increased the min version of yarl to 1.13.0 for master and 3.11
Should not backport to 3.10 as we need to keep it there as yarl requirement is 1.12.0+ there