python312Packages.pytest-mypy-plugins: drop support for python 3.8

This commit is contained in:
Weijia Wang
2025-01-01 18:39:04 +01:00
committed by GitHub
parent 602d4037c6
commit 05a9e79220

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "typeddjango";