python313Packages.debian-inspector: removed disabled

Removed the restriction on Python version 3.7.
This commit is contained in:
Fabian Affolter
2025-10-08 09:50:10 +02:00
committed by GitHub
parent 27ddd868ab
commit 1606e2bb6f
@@ -7,7 +7,6 @@
commoncode,
pytestCheckHook,
setuptools-scm,
pythonOlder,
}:
buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "31.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "debian_inspector";
inherit version;