From 6843e6befa60751c9f030cc752eea8ac67c19b77 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 4 Dec 2025 17:06:40 +0100 Subject: [PATCH] python313Packages.aiohomeconnect: remove disabled --- pkgs/development/python-modules/aiohomeconnect/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/aiohomeconnect/default.nix b/pkgs/development/python-modules/aiohomeconnect/default.nix index a49ad54d65d8..10901fa9e15f 100644 --- a/pkgs/development/python-modules/aiohomeconnect/default.nix +++ b/pkgs/development/python-modules/aiohomeconnect/default.nix @@ -11,7 +11,6 @@ pytest-cov-stub, pytest-httpx, pytestCheckHook, - pythonOlder, setuptools, typer, uvicorn, @@ -22,8 +21,6 @@ buildPythonPackage rec { version = "0.24.0"; pyproject = true; - disabled = pythonOlder "3.11"; - src = fetchFromGitHub { owner = "MartinHjelmare"; repo = "aiohomeconnect";