alugowski / fast_matrix_market

Fast and full-featured Matrix Market I/O library for C++, Python, and R
BSD 2-Clause "Simplified" License
75 stars 7 forks source link

Python 3.12 and Linux aarch64 wheels #43

Closed alugowski closed 1 year ago

alugowski commented 1 year ago

Note: Needs numpy 1.26 for py312 wheel tests to succeed. That is the earliest version to support Python 3.12, and as of writing is in RC.

See: https://github.com/numpy/numpy/releases and: https://pypi.org/project/numpy/#history

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (1b71843) 93.51% compared to head (0a59e90) 93.51%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ======================================= Coverage 93.51% 93.51% ======================================= Files 23 23 Lines 2204 2204 Branches 279 279 ======================================= Hits 2061 2061 Misses 143 143 ```

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