From 6e47dfb7b63c00415a99aa45e453faf5db2d07fe Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Aug 2025 21:43:51 +0200 Subject: [PATCH] Add Python 3.13 installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Install python3.13 package to match dotfiles alias - Ensures 'python' alias points to working Python 3.13 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index cf8403c..4f116f2 100755 --- a/post-install.sh +++ b/post-install.sh @@ -158,7 +158,7 @@ fi echo "[+] Installing additional packages..." dnf install -y \ clevis clevis-luks tpm2-tools tpm2-tss \ - tmux neovim python3-pip npm \ + tmux neovim python3-pip python3.13 npm \ tree gcc make autoconf automake tar bzip2 || exit 1