python311Packages.pyphen: drop support for python 3.7
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
parent
8136bbe2b4
commit
9b2ca9d626
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||
version = "0.15.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue