QEDjl-project / QEDprocesses.jl

[WIP]: QEDprocesses.jl: Modeling of scattering processes for QED.jl
https://qedjl-project.github.io/QEDprocesses.jl/stable/
MIT License
1 stars 3 forks source link

Support minimal Julia version #24

Closed szabo137 closed 8 months ago

szabo137 commented 11 months ago

We should be compatiple with the minimal Julia version which is tested in the ci, therefore julia=1.6.

See: https://github.com/QEDjl-project/QEDprocesses.jl/blob/84cbe112db9c4977a142681c12e429970b99f06d/Project.toml#L11

SimeonEhrig commented 11 months ago

This is automatically done with PR #21 Otherwise all tests with Julia <1.9 would be fail.

szabo137 commented 8 months ago

Thanks @SimeonEhrig. Issue closed.