microsoft / AzureTRE

An accelerator to help organizations build Trusted Research Environments on Azure.
https://microsoft.github.io/AzureTRE
MIT License
182 stars 139 forks source link

Python 3.8 out of support from October 2024, move python version to newer version #3949

Open tim-allen-ck opened 4 months ago

tim-allen-ck commented 4 months ago

Description

Python 3.8 is moving out of extended support from October 2024. References to Python 3.8 need updating and testing.

Your apps that are hosted on App Service will continue to run, but security updates will no longer be available and we'll no longer provide customer service for Python 3.8. Learn more about App Service language support.

Dockerfiles Referencing FROM python:3.8-slim-bullseye as base

Potential upgrade version python:3.12-slim-bullseye or mcr.microsoft.com/azure-functions/python:4-python3.12

RPal111 commented 5 hours ago

The python:3.11-slim-bullseye has been upgraded, tested, and submitted for review.