autosuspend: drop support for older versions of python

Co-authored-by: Anthony Roussel <anthony@roussel.dev>
This commit is contained in:
Weijia Wang 2024-05-05 17:39:54 +02:00 committed by GitHub
parent ce4252be50
commit 3b7eb42bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";