From 20bb5690f79c06e7180fb36351f61e66a3ec3efd Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Sun, 9 Nov 2025 22:51:17 +0100 Subject: [PATCH] pelfy min. version updated --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9b30fa..5a171e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "pelfy>=1.0.3" + "pelfy>=1.0.4" ] [project.urls] @@ -51,6 +51,8 @@ minversion = "6.0" addopts = "-ra -q" testpaths = ["tests"] pythonpath = ["src"] +markers = [ + "runner: requires to have an compiled runner executable"] [tool.ruff] lint.ignore = ["E501", "E226", "E265"]