python313Packages.microsoft-kiota-serialization-multipart: remove disabled

Removed pythonOlder restriction for version 3.8.
This commit is contained in:
Fabian Affolter
2026-01-02 13:37:25 +01:00
committed by GitHub
parent 6243c8204b
commit 9f3c18bdea
@@ -8,7 +8,6 @@
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
gitUpdater,
}:
@@ -17,8 +16,6 @@ buildPythonPackage rec {
version = "1.9.8";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";