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

Upgrade deployment python version to 3.11 #6022

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/aws/cloudformation/tasking-manager.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const Resources = {
'sudo apt-get -q -y update',
'sudo DEBIAN_FRONTEND=noninteractive apt-get -q -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade',
'sudo apt-get -q -y install awscli curl git gnupg ruby wget',
'sudo apt-get -q -y install python3.9 python3-pip python3-psycopg2 python-is-python3',
'sudo apt-get -q -y install python3.11 python3-pip python3-psycopg2 python-is-python3',
'sudo apt-get -q -y install postgresql-client postgis libpq-dev',
'sudo apt-get -q -y install libxml2 libxml2-dev',
'sudo apt-get -q -y install libgeos-3.9.0 libgeos-dev',
Expand Down
Loading