python311Packages.notifications-android-tv: drop support for python 3.8 and 3.9
This commit is contained in:
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
pname = "notifications-android-tv";
|
||||
version = "1.2.2";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "engrbm87";
|
||||
|
||||
Reference in New Issue
Block a user