python312Packages.django-simple-history: drop support for python 3.8

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Weijia Wang
2025-02-25 16:10:00 +01:00
committed by GitHub
co-authored by Nick Cao
parent 4b13d16cb0
commit 1bdf22607e
@@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "3.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "jazzband";