python3Packages.microsoft-kiota-abstractions: remove disabled

Removed the pythonOlder dependency restriction for version 3.9.
This commit is contained in:
Fabian Affolter
2026-01-01 13:31:11 +01:00
committed by GitHub
parent b00683ba1b
commit 37145c5ded

View File

@@ -8,7 +8,6 @@
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
std-uritemplate,
gitUpdater,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "1.9.8";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";