OpenMS
OpenMS copied to clipboard
Support Python 3.13 for pyOpenMS
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
can you assign me this issue.
sure, please go ahead @ChandraDevs1
@cbielow Please review this PR and let me know if any modifications are needed. thanks