-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix compats for MeasureBase and drop 1.3 #139
Conversation
I see the tests are only testing from 1.6, does that mean we should change the julia compat to 1.6 instead of 1.3? This should also avoid the need for all the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #139 +/- ##
=======================================
Coverage 54.05% 54.05%
=======================================
Files 43 43
Lines 1221 1221
=======================================
Hits 660 660
Misses 561 561 ☔ View full report in Codecov by Sentry. |
Ok, here we go: JuliaRegistries/General#99684 |
Due to the separation of the
stdlibs
with 1.9 we need compats on stdlibs as well, notably for theAqua
tests to pass