python3Packages.aiolifx-themes: bump minimum python requirement to 3.12
Co-authored-by: dotlambda <github@dotlambda.de>
This commit is contained in:
parent
5a89322af6
commit
bdb250203a
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Djelibeybi";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user