jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.24k stars 396 forks source link

Fix stdlib compat bounds in Project.toml #3626

Closed odow closed 11 months ago

odow commented 11 months ago

x-ref https://github.com/infiniteopt/InfiniteOpt.jl/pull/334#issuecomment-1854548988

This works around a bug in Julia v1.6 that causes an issue when Pkg operations are run during tests.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5b1a53f) 98.21% compared to head (367dd75) 98.21%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3626 +/- ## ======================================= Coverage 98.21% 98.21% ======================================= Files 43 43 Lines 5653 5653 ======================================= Hits 5552 5552 Misses 101 101 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.