jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
108 stars 15 forks source link

Julia version dependency for HiGHS.jl is quite restrictive #131

Closed DillonJ closed 1 year ago

DillonJ commented 1 year ago

https://github.com/jump-dev/HiGHS.jl/blob/817e7b8ad68de4cbf293fdd90088edb1be715c95/Project.toml#L13

Just wondering if the intention was to pin the version of Julia and if there is a plan to support later Julia versions?

Thanks in advance.

odow commented 1 year ago

This doesn't pin the version, that would be "=1.6". HiGHS.jl works on any v1.X.Y version of Julia released after v1.6.0.

Read https://pkgdocs.julialang.org/v1/compatibility/

DillonJ commented 1 year ago

Thanks @odow, sorry about that!