Is it possible to have multiple Manifest.toml files for the same project, corresponding to different Julia versions?

If you keep the project as a Git repository, you can create different 1.7 and 1.8 branches and just check out the one that you need depending on the Julia version you are running.

(That won’t work if you want to run Julia 1.7 and 1.8 simultaneously, but probably that’s not the best, because while testing you might eventually want to try some variations of the code depending on the version.)

1 Like