Python version upgrade

0

Hi, I need Python version 3.10.7 for google calendar but the version is now '3.10.6'. Just wondering when Python will be upgraded to upper version. I am deploying web app through EC2.

2 Answers
0

Is the EC2 you are using one that was started with Elastic Beanstalk?
In that case, the platform version can be increased by referring to the procedure in the following document.
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.platform.upgrade.html

profile picture
EXPERT
answered a year ago
  • No I am using EC2, not Elastic Beanstalk, as mentioned in the question.

  • What EC2 operating system do you use? Upgrade commands vary depending on the operating system.

0

How to update software installed on an Amazon EC2 instance is an operating system level question. I recommend doing a web search for "How to Update Python on X" with "X" being the operating system you selected.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions