From 45808d8373eaf8aa245c6462e3e8e622ca90fb7d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 23 Nov 2025 17:17:04 +0100 Subject: [PATCH] Switched to pelfy 1.0.7 to support armv7 relocations --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2332e6..6108eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "pelfy>=1.0.5" + "pelfy>=1.0.7" ] [project.urls]