python312Packages.mkdocs-git-authors-plugin: drop support for python 3.7

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang
2025-01-01 00:35:37 +01:00
committed by GitHub
co-authored by Nick Cao
parent fbe9480388
commit 86e0d389a8
@@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "0.9.2";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "timvink";