python-graphblas / graphblas-algorithms

Graph algorithms written in GraphBLAS
Apache License 2.0
73 stars 4 forks source link

Drop Python 3.9, add 3.12; update pre-commit #84

Closed eriknw closed 9 months ago

eriknw commented 9 months ago

NetworkX dropped Python 3.9, so we are too.

codecov[bot] commented 9 months ago

Codecov Report

Merging #84 (247387d) into main (43c1731) will decrease coverage by 0.03%. The diff coverage is 66.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ========================================== - Coverage 76.84% 76.82% -0.03% ========================================== Files 118 118 Lines 4272 4271 -1 Branches 818 818 ========================================== - Hits 3283 3281 -2 - Misses 749 751 +2 + Partials 240 239 -1 ```