Skip to content

Commit 43e79e9

Browse files
authored
Upgrade to Python v3.9.13 (#1514)
1 parent c4285f7 commit 43e79e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1616
- Add support for generating Slurm Configuration files for Compute Resources with Multiple Instance Types.
1717
- Reduce timeout from 50 to a maximum of 5min in case of DynamoDB connection issues at compute node bootstrap.
1818
- Change the logic to number the routing tables when an instance have multiple NICs.
19-
- Upgrade Python from 3.7.10 to 3.7.13 in response to this [security risk](https://nvd.nist.gov/vuln/detail/CVE-2021-3737).
19+
- Upgrade Python from 3.7.13 to 3.9.13.
2020

2121
3.2.0
2222
------

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
default['cluster']['reserved_base_uid'] = 400
3939

4040
# Python Version
41-
default['cluster']['python-version'] = '3.7.13'
41+
default['cluster']['python-version'] = '3.9.13'
4242
# plcuster-specific pyenv system installation root
4343
default['cluster']['system_pyenv_root'] = "#{node['cluster']['base_dir']}/pyenv"
4444
# Virtualenv Cookbook Name

0 commit comments

Comments
 (0)