python311Packages.pyphen: drop support for python 3.7

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang 2024-05-04 16:40:12 +02:00 committed by GitHub
parent 8136bbe2b4
commit 9b2ca9d626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;