Skip to content

Commit c0a924c

Browse files
Upgrade Python to 3.9.23 (from 3.9.20) for AL2
Signed-off-by: Hanwen <[email protected]>
1 parent b2d27a2 commit c0a924c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2424
- Upgrade CUDA Toolkit to version 12.8.1 (from 12.8.0) for all OSs except AL2.
2525
- Upgrade DCGM to version 4.2.3 (from 3.3.6) for all OSs except AL2.
2626
- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except AL2.
27+
- Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
2728
- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).
2829
- Addressed cluster id mismatch known issue by deleting the file `/var/spool/slurm.state/clustername` before configuring Slurm accounting.
2930
- Upgrade DCV to version 2024.0-19030.

cookbooks/aws-parallelcluster-awsbatch/test/controls/awsbatch_virtualenv_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
pyenv_dir = "#{base_dir}/pyenv"
1414

1515
control 'tag:install_awsbatch_virtualenv_created' do
16-
python_version = os_properties.alinux2? ? '3.9.20' : '3.12.11'
16+
python_version = os_properties.alinux2? ? '3.9.23' : '3.12.11'
1717
title "awsbatch virtualenv should be created on #{python_version}"
1818
only_if { !os_properties.redhat? }
1919

cookbooks/aws-parallelcluster-environment/test/controls/cfn_bootstrap_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
pyenv_dir = "#{base_dir}/pyenv"
1414

1515
control 'tag:install_cfnbootstrap_virtualenv_created' do
16-
cfn_python_version = os_properties.alinux2? ? '3.9.20' : '3.12.11'
16+
cfn_python_version = os_properties.alinux2? ? '3.9.23' : '3.12.11'
1717
title "cfnbootstrap virtualenv should be created on #{cfn_python_version}"
1818
only_if { !os_properties.redhat_on_docker? }
1919

cookbooks/aws-parallelcluster-shared/attributes/versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default['cluster']['python-version'] = '3.12.11'
33
default['cluster']['python-major-minor-version'] = '3.12'
44
if platform?('amazon') && node['platform_version'] == "2"
5-
default['cluster']['python-version'] = '3.9.20'
5+
default['cluster']['python-version'] = '3.9.23'
66
default['cluster']['python-major-minor-version'] = '3.9'
77
end
88

0 commit comments

Comments
 (0)