-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update Project.toml to use openspecfun 0.5.5 and julia 1.6 #324
Conversation
056204b
to
4feaa32
Compare
Following up from #323
But we don't need to force it, the package manager will naturally pick it up. |
That's what I thought too, but something was pinning openspecfun to 0.5.3 on Julia 1.3. Any thoughts how to do this better? https://github.com/JuliaMath/SpecialFunctions.jl/runs/2727511037 |
New versions (since v0.5.4) of |
Does GHA have arm builds? If so, we can reduce the dependency on drone. I suppose travis is good to have for freebsd. |
So now the failure is only on armv7. Seems like travis is going away in a couple of weeks - is it straightforward to migrate it to .com? |
It turns out that we don't need any of this. Closing. |
This PR bumps the Julia minimum version to 1.6, in order to use openspecfun v0.5.5 (which pulls in a fix for JuliaPackaging/BinaryBuilderBase.jl#92).
I am considering bumping the SpecialFunctions.jl version to 1.5, so that Julia 1.6 and higher can continue to lower bound and always pick up the fixed openspecfun. There are no reported problems that necessitate the fix, so older releases should continue to be fine. We just pick this up going forward.