python3Packages.aiolifx-themes: bump minimum python requirement to 3.12

Co-authored-by: dotlambda <github@dotlambda.de>
This commit is contained in:
Luke Granger-Brown 2025-06-22 22:55:08 +01:00 committed by GitHub
parent 5a89322af6
commit bdb250203a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "Djelibeybi";