python313Packages.switchbot-api: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-21 21:35:34 +01:00
committed by GitHub
parent 653d20e72d
commit c9ecd6bcf8
@@ -4,7 +4,6 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "2.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "SeraphicCorp";
repo = "py-switchbot-api";