OpenMS icon indicating copy to clipboard operation
OpenMS copied to clipboard

Support Python 3.13 for pyOpenMS

Open cbielow opened this issue 10 months ago • 3 comments

Installation of pyOpenMS 3.3 using Python 3.13 currently fails with

pip install pyopenms
ERROR: Could not find a version that satisfies the requirement pyopenms (from versions: none)
ERROR: No matching distribution found for pyopenms

since our wheels only support python 3.12 or below.

Python 3.13 was released in Oct2024, so we should start supporting it.

Should also be updated in the docs https://github.com/OpenMS/pyopenms-docs/blob/master/docs/source/user_guide/installation.rst?plain=1#L34

cbielow avatar Mar 04 '25 11:03 cbielow

can you assign me this issue.

ChandraDevs1 avatar Mar 04 '25 11:03 ChandraDevs1

sure, please go ahead @ChandraDevs1

cbielow avatar Mar 04 '25 11:03 cbielow

@cbielow Please review this PR and let me know if any modifications are needed. thanks

ChandraDevs1 avatar Mar 04 '25 16:03 ChandraDevs1