From 7713118f5c3230a099fba00b522fa3af2149c653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Thu, 21 Nov 2024 16:27:53 +0100 Subject: [PATCH] osbuild-ci: install python3.13 interpreter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will fix the problem that the osbuild-ci built using the latest Fedora does not include the default Python3 version that comes with it (3.13). Signed-off-by: Tomáš Hozza --- docker-bake.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-bake.hcl b/docker-bake.hcl index 4d6a72c..1ea5dee 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -270,6 +270,7 @@ python3.8 python3.9 python3.10 python3.12 +python3.13 python3-autopep8 python3-boto3 python3-botocore @@ -350,6 +351,7 @@ python3.8 python3.9 python3.10 python3.12 +python3.13 python3-autopep8 python3-boto3 python3-botocore