Make Julia v1.10 (LTS) min version#432
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #432 +/- ##
==========================================
+ Coverage 97.30% 97.41% +0.10%
==========================================
Files 117 120 +3
Lines 6948 6953 +5
==========================================
+ Hits 6761 6773 +12
+ Misses 187 180 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Krastanov
left a comment
There was a problem hiding this comment.
I am strongly in favor. A cursory look through the edits does not raise any issues for me, but I am not deeply familiar with the codebase yet. LGTM for what is worth.
Thanks. Most of the changes was the removal of the |
This PR makes Julia
v1.10- the latest long-term support version the minimum version of this package.Additionally
Compat.jldependency as it is not needed anymore (we can always add it back)squash(::AbstractGraph)in order to not decrease code coverageI noticed there are some TODO comments for changing the error types in some cases when we upgrade Julia - I left them in for now as this might be a slightly breaking case.