Skip to content

Commit efb56bc

Browse files
committed
Upgrade python
1 parent 6fe8097 commit efb56bc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010
# See the License for the specific language governing permissions and limitations under the License.
1111

12-
python_version = '3.9.20'
12+
python_version = '3.12.8'
1313
base_dir = "/opt/parallelcluster"
1414
pyenv_dir = "#{base_dir}/pyenv"
1515

cookbooks/aws-parallelcluster-computefleet/kitchen.computefleet-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ suites:
3131
attributes:
3232
cluster:
3333
custom_node_package: https://github.com/aws/aws-parallelcluster-node/archive/develop.tar.gz
34-
python-version: 3.9.20
34+
python-version: 3.12.8
3535
node_virtualenv_path: /opt/parallelcluster/pyenv/versions/node_virtualenv
3636
- name: fleet_status
3737
run_list:

cookbooks/aws-parallelcluster-environment/recipes/install/cfn_bootstrap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
virtualenv_name = 'cfn_bootstrap_virtualenv'
1616
pyenv_root = node['cluster']['system_pyenv_root']
1717
# FIXME: Python Version cfn_bootstrap_virtualenv due to a bug with cfn-hup
18-
python_version = '3.9.20'
18+
python_version = '3.12.8'
1919
virtualenv_path = "#{pyenv_root}/versions/#{python_version}/envs/#{virtualenv_name}"
2020

2121
node.default['cluster']['cfn_bootstrap_virtualenv_path'] = virtualenv_path

cookbooks/aws-parallelcluster-environment/spec/unit/recipes/cfn_bootstrap_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
context "on #{platform}#{version}" do
66
cached(:cfnbootstrap_version) { '2.0-28' }
77
cached(:cfnbootstrap_package) { "aws-cfn-bootstrap-py3-#{cfnbootstrap_version}.tar.gz" }
8-
cached(:python_version) { '3.9.20' }
8+
cached(:python_version) { '3.12.8' }
99
cached(:system_pyenv_root) { 'system_pyenv_root' }
1010
cached(:virtualenv_path) { "system_pyenv_root/versions/#{python_version}/envs/cfn_bootstrap_virtualenv" }
1111
cached(:timeout) { 1800 }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1010
# See the License for the specific language governing permissions and limitations under the License.
1111

12-
cfn_python_version = '3.9.20'
12+
cfn_python_version = '3.12.8'
1313
base_dir = "/opt/parallelcluster"
1414
pyenv_dir = "#{base_dir}/pyenv"
1515

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Version
2-
default['cluster']['python-version'] = '3.9.20'
3-
default['cluster']['python-major-minor-version'] = '3.9'
2+
default['cluster']['python-version'] = '3.12.8'
3+
default['cluster']['python-major-minor-version'] = '3.12'
44

55
# ParallelCluster versions
66
default['cluster']['parallelcluster-version'] = '3.13.0'

0 commit comments

Comments
 (0)