python313Packages.publicsuffixlist: remove disabled
Remove restriction for Python version older than 3.7.
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user