python312Packages.pytest-mypy-plugins: drop support for python 3.8
This commit is contained in:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
version = "3.2.0";
|
version = "3.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "typeddjango";
|
owner = "typeddjango";
|
||||||
|
|||||||
Reference in New Issue
Block a user