python312Packages.mkdocs-git-authors-plugin: drop support for python 3.7
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
@@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
version = "0.9.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "timvink";
|
||||
|
||||
Reference in New Issue
Block a user