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

Conversation

cartalla
Copy link
Contributor

@cartalla cartalla commented Nov 4, 2024

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

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@cartalla cartalla linked an issue Nov 4, 2024 that may be closed by this pull request
@cartalla cartalla self-assigned this Nov 4, 2024
@cartalla cartalla force-pushed the 280-unable-to-create-3101-cluster branch from e59eac4 to 11340f6 Compare November 4, 2024 17:58
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 cartalla force-pushed the 280-unable-to-create-3101-cluster branch from 11340f6 to b09b010 Compare November 4, 2024 17:59
@cartalla cartalla merged commit 155193c into main Nov 4, 2024
@cartalla cartalla deleted the 280-unable-to-create-3101-cluster branch November 4, 2024 18:47
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.

Unable to create 3.10.1 cluster
1 participant