From d8131f709445d0d4452e62117e19652b8c470266 Mon Sep 17 00:00:00 2001 From: Hailemichael Atrsaw Date: Thu, 26 Mar 2026 17:25:27 +0300 Subject: [PATCH] feat: add 3.11-slim version to Python container image --- containers/python/README.md | 1 + containers/python/versions.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/containers/python/README.md b/containers/python/README.md index ffcf792..284478c 100644 --- a/containers/python/README.md +++ b/containers/python/README.md @@ -13,6 +13,7 @@ Aliased container image for Python. | `3.12.3` | 3.12.3 | | `3.13.5-bookworm` | 3.13.5-bookworm | | `3.9-slim` | 3.9-slim | +| `3.11-slim` | 3.11-slim | diff --git a/containers/python/versions.yaml b/containers/python/versions.yaml index c1c8548..8533c70 100644 --- a/containers/python/versions.yaml +++ b/containers/python/versions.yaml @@ -6,6 +6,7 @@ versions: - base_version: "3.12.3" - base_version: "3.13.5-bookworm" - base_version: "3.9-slim" + - base_version: "3.11-slim" watch: - pattern: ^\d+\.\d+$ source: docker.io/library/python