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

Merged
merged 2 commits into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. ci(actions): pin setuptools 70 (reanahub#239)

    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 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3202759 View commit details
    Browse the repository at this point in the history
  2. ci(python): test more Python versions (reanahub#239)

    Add forgotten Python versions (3.10, 3.11, 3.12) to CI tests.
    tiborsimko committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e0cba7f View commit details
    Browse the repository at this point in the history