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

Fix Lambda python version for previous versions of ParallelCluster. #281

Merged
merged 1 commit into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Fix Lambda python version for previous versions of ParallelCluster.

    PC 3.11.1 updated the Lambda layer to use Python 3.12.
    Previous version required Python 3.9.
    
    Set the Lambda Python runtime based on the ParallelCluster version so that
    the application continues to work on older versions of PC.
    
    This bug was introduced in #270.
    
    Related to #270
    
    Resolves #280
    cartalla committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b09b010 View commit details
    Browse the repository at this point in the history