Conversation
Increase lowest supported Julia version to 1.6 Set Compatibility to ^1.6 so anything <2 works Update the CI to use Julia 1.6 instead of 1.4
|
It's a good question about the version, according to semver.org we should mostly focus on whether there were changes to the API... I propose we call this a bug and just upgrade the patch version. I noticed tests seem to be running on windows but not linux. Maybe just a different version of PyPlot can solve it? I can't tell which specified versions of the other packages are relevant as well... Perhaps we could give it a try to upgrade all of them? |
|
Yeah, increasing the patch version sounds fine to me. |
|
A general look at the dependencies and updating the incompatibilities is also a good idea, although not directly related here IMHO. This should be a separate cleanup step |
Increase lowest supported Julia version to 1.6
Set Compatibility to ^1.6 so anything <2 works
Update the CI to use Julia 1.6 instead of 1.4
Should this trigger a new release of this package? I would wait until we sort out #37 and #38