compomics / ms2pip

MS²PIP: Fast and accurate peptide spectrum prediction for multiple fragmentation methods, instruments, and labeling techniques.
https://ms2pip.readthedocs.io
Apache License 2.0
37 stars 18 forks source link

Include python 3.9 and 3.10 in build, drop 3.6 #156

Closed RalfG closed 2 years ago

RalfG commented 2 years ago
RalfG commented 2 years ago

3.10 support still blocked by Numba wheel availability; coming soon in v0.55.0:
https://numba.discourse.group/t/numba-0-55-0-rc1/1075

RalfG commented 2 years ago

Tests fail because of need for oldest_supported_numpy in test build. Is fixed in #157.

Builds work fine, so merging.