reanahub / reana

REANA: Reusable research data analysis platform
https://docs.reana.io
MIT License
123 stars 54 forks source link

build(python): drop support for Python 3.6 and 3.7 (#793) #793

Closed mdonadoni closed 1 month ago

mdonadoni commented 5 months ago

BREAKING CHANGE: drop support for Python 3.6 and 3.7

Closes reanahub/reana#784

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 18.15%. Comparing base (aff5c8f) to head (8762855).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana/pull/793/graphs/tree.svg?width=650&height=150&src=pr&token=NmV0ZCmqfN&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana/pull/793?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #793 +/- ## ======================================= Coverage 18.15% 18.15% ======================================= Files 26 26 Lines 2478 2478 ======================================= Hits 450 450 Misses 2028 2028 ```
mdonadoni commented 5 months ago

Many components do not set the python_requires field in setup.py. Should we add it everywhere, even to cluster components that are not published to PyPI?

Also see related comment https://github.com/reanahub/reana-db/pull/235#discussion_r1538929806