python313Packages.kasa-crypt: remove disabled

Removed the restriction on Python version older than 3.7.
This commit is contained in:
Fabian Affolter
2025-10-07 08:59:53 +02:00
committed by GitHub
parent 55975041b8
commit 03a2322770
@@ -7,7 +7,6 @@
pytestCheckHook,
pytest-cov-stub,
setuptools,
pythonOlder,
}:
buildPythonPackage rec {
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "bdraco";
repo = "kasa-crypt";