motleystate / moonstone

Library to perform Metagenomics data analysis with Python
https://moonstone.readthedocs.io/en/latest/?badge=latest
MIT License
1 stars 0 forks source link

Update to python 3.11 and 3.12 #105

Open AgnesBaud opened 7 months ago

AgnesBaud commented 7 months ago

Description

Update moonstone to be able to install and run it on Python 3.10

Changelogs

Definition of Done

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f1dca88) 67.20% compared to head (0a870f4) 69.39%. Report is 13 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #105 +/- ## ========================================== + Coverage 67.20% 69.39% +2.19% ========================================== Files 62 62 Lines 3125 3359 +234 ========================================== + Hits 2100 2331 +231 - Misses 1025 1028 +3 ``` | [Flag](https://app.codecov.io/gh/motleystate/moonstone/pull/105/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=motleystate) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/motleystate/moonstone/pull/105/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=motleystate) | `69.39% <ø> (+2.19%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=motleystate#carryforward-flags-in-the-pull-request-comment) to find out more.

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

AgnesBaud commented 7 months ago

Actually statsmodels in commit #c370cc4 was enough to make it installable and runable in python 3.10