python312Packages.editdistpy: drop support for python 3.6
Co-authored-by: Radik Islamov <vizid1337@gmail.com>
This commit is contained in:
co-authored by
Radik Islamov
parent
8eac0d279d
commit
9e8f3a70da
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
version = "0.1.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mammothb";
|
||||
|
||||
Reference in New Issue
Block a user