python311Packages.nilearn: drop support for python 3.7

This commit is contained in:
Weijia Wang 2024-03-07 17:44:47 +01:00 committed by GitHub
parent 5ca4b3b443
commit 0b8ba08f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
version = "0.10.3";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;