jolin-io / JuliaScript.jl

finally fast julia scripts
MIT License
79 stars 1 forks source link

Make it for Julia stable release? #4

Closed camilogarciabotero closed 5 months ago

camilogarciabotero commented 7 months ago

Hi all,

Thanks for working on this package. I was wondering if there is any chance to make it compatible with more Julia versions. I noticed that it only works for Julia 1.6 (according to the Project.toml), could it be possible to expand the range of Julia versions to work with?

Best.

adamnovak commented 5 months ago

It seems to be working fine on Julia 1.10 for me.

schlichtanders commented 5 months ago

the semantic version interpretation of a project.toml entry of "1.6" means at least "1.6" and everything compatible with "1".

If it would have been "1.6.0" it means at least "1.6.0" and everything compatible with "1.6".

Closing this as it seems to work as intended for all recent julia versions