JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
171 stars 57 forks source link

Test on LTS and x86 #244

Closed davidanthoff closed 2 weeks ago

codecov-commenter commented 12 months ago

Codecov Report

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

Project coverage is 89.70%. Comparing base (137a712) to head (bb8d541). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #244 +/- ## ========================================== + Coverage 86.76% 89.70% +2.94% ========================================== Files 1 1 Lines 204 204 ========================================== + Hits 177 183 +6 + Misses 27 21 -6 ```

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

stevengj commented 12 months ago

The CI failures here are not regressions, I guess?

mkitti commented 11 months ago

There is no miniforge support for x86: https://github.com/conda-forge/miniforge

The last support for miniconda is Python 3.9: https://docs.conda.io/en/latest/miniconda.html

Python 3.9 is supported through October 2025: https://devguide.python.org/versions/

mkitti commented 11 months ago

Could we merge the 1.6 (LTS) testing without x86?

ViralBShah commented 2 weeks ago

Trying to simplify to a smaller set and refresh the CI script here. Hoping to merge this and then get more platforms etc. in later.

ViralBShah commented 2 weeks ago

259 should hopefully pull in a new enough version of numpy that it is available on arm macs.