python312Packages.pylsp-mypy: drop support for python 3.8
Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
version = "0.7.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-lsp";
|
||||
|
||||
Reference in New Issue
Block a user