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

ci(actions): pin setuptools 70 #135

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

tiborsimko
Copy link
Member

Pin setuptools to the maximum version of 70 to allow working on Ubuntu 20.04 LTS based environments. (New versions of setuptools are not compatible.)

Note that this fix is necessary only for the maint-0.9 branches and the REANA 0.9 release series. In master we have switched to Ubuntu 24.04 LTS based environments and Python 3.12 and no pinning is necessary there.

tiborsimko added a commit to tiborsimko/pytest-reana that referenced this pull request Sep 2, 2024
Pin `setuptools` to the maximum version of 70 to allow working on Ubuntu
20.04 LTS based environments. (New versions of `setuptools` are not
compatible.)

Note that this fix is necessary only for the `maint-0.9` branches and
the REANA 0.9 release series. In `master` we have switched to Ubuntu
24.04 LTS based environments and Python 3.12 and no pinning is necessary
there.
@tiborsimko tiborsimko changed the base branch from master to maint-0.9 September 2, 2024 16:09
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 4.80%. Comparing base (4ba7548) to head (f963e75).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##           maint-0.9    #135      +/-   ##
============================================
- Coverage       5.21%   4.80%   -0.41%     
============================================
  Files              5       5              
  Lines            211     208       -3     
============================================
- Hits              11      10       -1     
+ Misses           200     198       -2     

see 5 files with indirect coverage changes

@tiborsimko tiborsimko self-assigned this Sep 2, 2024
@Alputer Alputer self-requested a review September 3, 2024 11:34
Pin `setuptools` to the maximum version of 70 to allow working on Ubuntu
20.04 LTS based environments. (New versions of `setuptools` are not
compatible.)

Note that this fix is necessary only for the `maint-0.9` branches and
the REANA 0.9 release series. In `master` we have switched to Ubuntu
24.04 LTS based environments and Python 3.12 and no pinning is necessary
there.
@tiborsimko tiborsimko changed the title chore(actions): pin setuptools 70 ci(actions): pin setuptools 70 Sep 3, 2024
@tiborsimko tiborsimko merged commit 2c1995f into reanahub:maint-0.9 Sep 3, 2024
15 checks passed
@tiborsimko tiborsimko deleted the fix-setuptools branch September 3, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants