Skip to content

Use Python 3.10 #2860

@jiasli

Description

@jiasli

The Mariner image currently contains Python 3.9:

> docker run -it --rm cblmariner2preview.azurecr.io/base/core:2.0 python3 -V
Python 3.9.10

According to https://www.python.org/downloads/release/python-3912/, Python 3.9 is already considered legacy:

The release you're looking at is Python 3.9.12, a bugfix release for the legacy 3.9 series.

Also see https://peps.python.org/pep-0596/

Ubuntu 22.04 Jammy's Python is now Python 3.10:

> docker run -it --rm ubuntu:jammy

# apt update
# apt install python3
# python3 -V
Python 3.10.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions