autosuspend: drop support for older versions of python
Co-authored-by: Anthony Roussel <anthony@roussel.dev>
This commit is contained in:
parent
ce4252be50
commit
3b7eb42bff
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pname = "autosuspend";
|
||||
version = "7.0.0";
|
||||
|
||||
disabled = python3.pythonOlder "3.8";
|
||||
disabled = python3.pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "languitar";
|
||||
|
|
Loading…
Reference in a new issue