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

py version support policy, RHEL: only track full support releases #1881

Merged
merged 3 commits into from
Aug 14, 2023

Conversation

mr-c
Copy link
Member

@mr-c mr-c commented Aug 7, 2023

Allow for any version of Python, not just the supported version

This would mean that we can then drop Python 3.6 support

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #1881 (69b0c22) into main (2fedbd6) will increase coverage by 0.04%.
The diff coverage is 89.28%.

@@            Coverage Diff             @@
##             main    #1881      +/-   ##
==========================================
+ Coverage   83.87%   83.91%   +0.04%     
==========================================
  Files          46       46              
  Lines        8159     8150       -9     
  Branches     2224     2169      -55     
==========================================
- Hits         6843     6839       -4     
+ Misses        845      842       -3     
+ Partials      471      469       -2     
Files Changed Coverage Δ
cwltool/command_line_tool.py 87.31% <ø> (ø)
cwltool/context.py 100.00% <ø> (ø)
cwltool/cwlrdf.py 29.06% <ø> (ø)
cwltool/docker.py 72.95% <ø> (ø)
cwltool/job.py 81.92% <ø> (ø)
cwltool/load_tool.py 87.03% <0.00%> (ø)
cwltool/software_requirements.py 72.97% <50.00%> (-0.37%) ⬇️
cwltool/utils.py 84.52% <90.00%> (+1.79%) ⬆️
cwltool/checker.py 96.87% <100.00%> (-0.03%) ⬇️
cwltool/cwlprov/__init__.py 92.00% <100.00%> (+0.95%) ⬆️
... and 2 more

... and 1 file with indirect coverage changes

@mr-c mr-c requested a review from tetron August 8, 2023 07:51
@mr-c mr-c force-pushed the drop_py3.6 branch 2 times, most recently from de87f09 to 970c4f7 Compare August 8, 2023 10:30
@mr-c mr-c changed the title py version support policy: only track RHEL full support releases py version support policy, RHEL: only track full support releases Aug 8, 2023
@mr-c mr-c force-pushed the drop_py3.6 branch 3 times, most recently from 48faa57 to 39dd68c Compare August 14, 2023 15:08
@mr-c mr-c marked this pull request as ready for review August 14, 2023 15:08
Allow for any supported version of Python, not just the default Python version

Stop tracking RHEL

This would mean that we can then drop Python 3.6 support
@mr-c mr-c enabled auto-merge (rebase) August 14, 2023 15:52
@mr-c mr-c merged commit 73ddf02 into main Aug 14, 2023
42 checks passed
@mr-c mr-c deleted the drop_py3.6 branch August 14, 2023 16:14
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.

2 participants