pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
585 stars 125 forks source link

CI: Remove Python 3.8 and update miniconda #636

Closed mtsokol closed 7 months ago

mtsokol commented 7 months ago

Hi @hameerabbasi,

This PR introduces CI changes that we did in finch-tensor.

codecov[bot] commented 7 months ago

Codecov Report

Merging #636 (2cfa803) into main (0e1513d) will not change coverage. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #636 +/- ## ======================================= Coverage 90.23% 90.23% ======================================= Files 20 20 Lines 3676 3676 ======================================= Hits 3317 3317 Misses 359 359 ```
hameerabbasi commented 7 months ago

I would also update pyproject.toml to reflect that we no longer support Python 3.8.

mtsokol commented 7 months ago

I would also update pyproject.toml to reflect that we no longer support Python 3.8.

Done!

hameerabbasi commented 7 months ago

Thanks for the updates, @mtsokol!

hameerabbasi commented 7 months ago

Seems like we need to change the required CI checks -- I'll d that later today.