python3Packages.django4: allow build on python >= 3.8 (#282061)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user