python3Packages.django4: allow build on python >= 3.8 (#282061)

This commit is contained in:
Vanilla
2024-01-19 16:25:43 +01:00
committed by GitHub
parent 6c3a45b606
commit a45d9642f9
+1 -1
View File
@@ -45,7 +45,7 @@ buildPythonPackage rec {
version = "4.2.9";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;