python3Packages.microsoft-kiota-serialization-form: remove disabled

Removed the dependency on pythonOlder for version 3.9.
This commit is contained in:
Fabian Affolter
2026-01-01 13:30:35 +01:00
committed by GitHub
parent 893ed15e91
commit 5ac00a3039

View File

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