From 5fa13a0c987bd8152c9c5e8598ed1c35d67d31a7 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Tue, 11 Nov 2025 14:28:38 -0500 Subject: [PATCH] Add python3.13 devel headers --- container/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container/Containerfile b/container/Containerfile index 3cf7ac8..3ed00e3 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -49,6 +49,8 @@ RUN dnf install --assumeyes \ python3.12 \ python3.12-devel \ python3.13 \ + python3.13-devel \ + python3.14 \ python3.9 \ ShellCheck \ virsh \