From 3a226b9628b6995da0f3ed98240e0a70e6573de8 Mon Sep 17 00:00:00 2001 From: David Legrand Date: Thu, 12 Dec 2024 16:05:17 +0100 Subject: [PATCH] fix: changelog Python 3.13 --- content/changelog/2024-12-12-python-3.13-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/changelog/2024-12-12-python-3.13-update.md b/content/changelog/2024-12-12-python-3.13-update.md index 30481e42..b43d162b 100644 --- a/content/changelog/2024-12-12-python-3.13-update.md +++ b/content/changelog/2024-12-12-python-3.13-update.md @@ -12,7 +12,7 @@ description: Newer Python and more tools excludeSearch: true --- -We've updated Python image and deployed them without any impact for our users. +We've updated Python image. It was deployed without any impact for our users. You can now use `3.13` as `CC_PYTHON_VERSION` environment variable. This version will also be used as default value. As announced [in October](/changelog/2024-10-01-python-image-changes/), Python 3.7 is not supported anymore. However, you can use `uv` to [install or use Python 3.7](https://docs.astral.sh/uv/guides/install-python/#installing-a-specific-version).