python311Packages.nilearn: drop support for python 3.7
This commit is contained in:
parent
5ca4b3b443
commit
0b8ba08f4a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue