pelfy min. version updated

This commit is contained in:
Nicolas Kruse 2025-11-09 22:51:17 +01:00
parent 2fe0fed431
commit 20bb5690f7
1 changed files with 3 additions and 1 deletions

View File

@ -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"]