-
Notifications
You must be signed in to change notification settings - Fork 602
Closed
Description
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
Labels
No labels