python313Packages.pyoverkiz: remove disabled

Remove pythonOlder dependency and its usage.
This commit is contained in:
Fabian Affolter
2026-01-01 23:21:18 +01:00
committed by GitHub
parent a6808d29bb
commit 3d7e3988fe
@@ -10,7 +10,6 @@
pyhumps,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
warrant-lite,
}:
@@ -19,8 +18,6 @@ buildPythonPackage rec {
version = "1.19.3";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "iMicknl";
repo = "python-overkiz-api";