JuliaImages / ExifViewer.jl

Metadata reader in Julia, wrapper over LibExif
https://juliaimages.org/ExifViewer.jl/dev/
MIT License
28 stars 1 forks source link

julia lts (1.6.7) unsupported #27

Closed t-bltg closed 1 year ago

t-bltg commented 1 year ago

Is there any reason why the LTS version of julia was unsupported from the beginning ?

ashwani-rathee commented 1 year ago

Reason was me thinking that it's better to have the latest version as supported, we should add compat as 1.6 if it's affecting anything

t-bltg commented 1 year ago

Alright, usually it is best to broaden Julia compatibility, and support at least lts, since currently I can't install it on 1.6. Sometimes (e.g. on hpc clusters) only older releases are installed by sysadmins. A new release would be appreciated...

ashwani-rathee commented 1 year ago

Let's do that sire :)

t-bltg commented 1 year ago

Thanks !