We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487f125 commit cb70de3Copy full SHA for cb70de3
cookbooks/aws-parallelcluster-shared/attributes/versions.rb
@@ -1,6 +1,6 @@
1
# Python Version
2
default['cluster']['python-version'] = '3.12.8'
3
-if alinux2?
+if platform?('amazon') && node['platform_version'] == "2"
4
default['cluster']['python-version'] = '3.9.20'
5
end
6
default['cluster']['python-major-minor-version'] = '3.12'
0 commit comments