-
-
Notifications
You must be signed in to change notification settings - Fork 17
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 type piracy #263
Fix type piracy #263
Conversation
Now Groebner.jl (0.6.3) handles both Nemo.GF/Nemo.Native.GF, and ParamPunPam.jl (0.3.1) internally uses Nemo.Native.GF. Therefore, here, I decided to set sharp lower bounds for Groebner.jl and ParamPunPam.jl. |
Now that MTK seems to have dropped support for Julia 1.6, should we move to Julia 1.9 as well? @pogudingleb |
Are you asking because you foresee any problems with keeping 1.6? Is there any discussion about dropping the support of 1.6 in MTK? The LTS seem to be still 1.6 according to the Julia webpage... |
It could be harder to maintain
Not that I know of, unfortunately |
Superseded by #274 |
Running CI..
The lower bound on the AA.jl version is changed since AbstractAlgebra.vars for fractions is released in v0.34.5:
https://github.com/Nemocas/AbstractAlgebra.jl/releases/tag/v0.34.5
Merge me before #253