Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

mdonadoni
Copy link
Member

BREAKING CHANGE: drop support for Python 3.6 and 3.7

Closes reanahub/reana#784

@@ -140,6 +140,7 @@
},
include_package_data=True,
extras_require=extras_require,
python_requires=">=3.8",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like other components, what to do with python_requires and classifiers?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See reanahub/reana-db#235 (comment)

I have kept only Python 3.8 in setup.py's classifiers and in the CI for non-shared components, and Python 3.8-3.12 for the shared ones (reana-db, reana-commons, reana-client, pytest-reana)

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.46%. Comparing base (3f716f7) to head (3a9f000).

Current head 3a9f000 differs from pull request most recent head 868dee9

Please upload reports for the commit 868dee9 to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #683      +/-   ##
==========================================
- Coverage   60.14%   59.46%   -0.69%     
==========================================
  Files          32       32              
  Lines        3317     3298      -19     
==========================================
- Hits         1995     1961      -34     
- Misses       1322     1337      +15     

see 3 files with indirect coverage changes

mdonadoni added a commit to mdonadoni/reana-server that referenced this pull request Mar 26, 2024
BREAKING CHANGE: drop support for Python 3.6 and 3.7

Closes reanahub/reana#784
BREAKING CHANGE: drop support for Python 3.6 and 3.7

Closes reanahub/reana#784
@mdonadoni mdonadoni marked this pull request as ready for review May 29, 2024 12:25
@mdonadoni mdonadoni merged commit 868dee9 into reanahub:master Jul 17, 2024
12 checks passed
@mdonadoni mdonadoni deleted the drop-python-36-37 branch July 17, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build: drop Python 3.6 and 3.7
2 participants