Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Migration to python3.9

Olha Molodozhenia March 2, 2022
clone:
depth: 2
definitions:
steps:
- prepare-files-for-deployment: &prepare-files-for-deployment
name: Prepare files required for the deployment
image: python:3.7
script:
- apt-get update && apt-get install -y python3-pip
- pip3 install -r handlers/requirements.txt -t dist
artifacts:
- dist/**
Bitbucket-pipline - is it possible to migrate to python3.9? All I found is about python3.7

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 4, 2022

Hi @Olha Molodozhenia,

I see that you are using the Docker image python:3.7 for the step you posted here.

Checking python's official image in Dockerhub, I can also see that there is an image with the tag 3.9 which uses Python version 3.9.10

You can view all available python Docker images with a tag that includes 3.9 in the link below, and choose the one that is suitable for you:

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events