Update Julia compat to 1.10 and update CI setup#213
Conversation
|
I'll rebase on this PR once it's merged. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #213 +/- ##
==========================================
+ Coverage 91.61% 92.12% +0.50%
==========================================
Files 9 9
Lines 680 660 -20
==========================================
- Hits 623 608 -15
+ Misses 57 52 -5 ☔ View full report in Codecov by Sentry. |
| - 'pre' | ||
| os: | ||
| - ubuntu-latest | ||
| - ubuntu-latest # Apple Silicon |
There was a problem hiding this comment.
Did you mean to have this comment on this line or the following one?
There was a problem hiding this comment.
Ah good catch, of course it should be moved to the following line.
|
I wonder if it makes sense to bump the patch version here too, get a release out, and then bump again with #212? |
|
I thought it would not be necessary to make a separate release with this PR since the PR does not (or at least should not) change the package itself in any way (apart from dropping support for Julia < 1.10). |
|
Agreed. There's a couple of minor changes that haven't been released, though: v0.11.31...master Probably doesn't matter, though. |
|
Bump. I think this is pretty safe, so no need to wait too long for @andreasnoack's review. |
In #212, it was proposed to update the Julia compat to 1.10. I opened a separate PR for this move since there are quite many
VERSIONchecks that we could (and should) get rid of in this update but these changes are really unrelated to #212 otherwise.I used the opportunity to update the CI setup, and in particular add tests with
min,ltsandpre.