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 #728

Merged
merged 2 commits 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/reana-client 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 self-assigned this Sep 2, 2024
tiborsimko pushed a commit to tiborsimko/reana-client that referenced this pull request Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.62%. Comparing base (2c99c5d) to head (d21be20).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           maint-0.9     #728   +/-   ##
==========================================
  Coverage      58.62%   58.62%           
==========================================
  Files             24       24           
  Lines           2393     2393           
==========================================
  Hits            1403     1403           
  Misses           990      990           
Files with missing lines Coverage Δ
reana_client/cli/workflow.py 63.73% <ø> (ø)

@Alputer Alputer self-requested a review September 3, 2024 11:35
tiborsimko and others added 2 commits September 3, 2024 14:20
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 c822dd6 into reanahub:maint-0.9 Sep 3, 2024
27 checks passed
@tiborsimko tiborsimko deleted the fix-setuptools branch September 3, 2024 12:36
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Dec 16, 2024
chore(maint-0.9): release 0.9.4
build(python): bump shared REANA packages as of 2024-11-28 (reanahub#736)
build(python): add support for Python 3.13 (reanahub#736)
docs(cli): fix `open` command documentation typo (reanahub#728)
ci(actions): pin setuptools 70 (reanahub#728)
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Dec 16, 2024
chore(maint-0.9): release 0.9.4
build(python): bump shared REANA packages as of 2024-11-28 (reanahub#736)
build(python): add support for Python 3.13 (reanahub#736)
docs(cli): fix `open` command documentation typo (reanahub#728)
ci(actions): pin setuptools 70 (reanahub#728)
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Dec 16, 2024
chore(maint-0.9): release 0.9.4
build(python): bump shared REANA packages as of 2024-11-28 (reanahub#736)
build(python): add support for Python 3.13 (reanahub#736)
docs(cli): fix `open` command documentation typo (reanahub#728)
ci(actions): pin setuptools 70 (reanahub#728)

Note: The merge commit removes the changes related to pinning
`setuptools` to version 70, because this was only necessary for the
`maint-0.9` branches, as well as other 0.9.4 release-related changes.
tiborsimko added a commit to tiborsimko/reana-client that referenced this pull request Dec 16, 2024
chore(maint-0.9): release 0.9.4 (reanahub#696)
build(python): bump shared REANA packages as of 2024-11-28 (reanahub#736)
build(python): add support for Python 3.13 (reanahub#736)
docs(cli): fix `open` command documentation typo (reanahub#728)
ci(actions): pin setuptools 70 (reanahub#728)

Note: The merge commit removes the changes related to pinning
`setuptools` to version 70, because this was only necessary for the
`maint-0.9` branches, as well as other 0.9.4 release-related changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants