Skip to content
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

Drop support of Julia 1.6 #106

Open
j-fu opened this issue Apr 2, 2024 · 0 comments
Open

Drop support of Julia 1.6 #106

j-fu opened this issue Apr 2, 2024 · 0 comments

Comments

@j-fu
Copy link
Owner

j-fu commented Apr 2, 2024

I plan to drop support of Julia 1.6 for VoronoiFVM.jl and all related packages (e.g. ExtendableGrids etc.). The minimal Julia version to be supported will be 1.9 with its Extension mechanism.

Many other packages did this step, e.g. meanwhile, LinearSolve.jl (a dependency of VoronoiFVM) requires 1.10 as minimal version, which means that Pkg will resolve to older versions of LinearSolve.jl when a lower version is needed.

Probably, Julia 1.10 will become the new LTS (longtime support) release and replace 1.6 in this role.

In general, it is advisable to work with the current stable releases of Julia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant