python313Packages.publicsuffixlist: remove disabled

Remove restriction for Python version older than 3.7.
This commit is contained in:
Fabian Affolter
2025-10-27 10:39:25 +01:00
committed by GitHub
parent 3f4c966a67
commit c0b341a313
@@ -4,7 +4,6 @@
fetchPypi,
pandoc,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "1.0.2.20251027";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-anbYf4eCK8QIdLWYYx1PG4sImXK2lWMd0oAlsonvb1Q=";