python313Packages.msgraph-sdk: remove pythonOlder

This commit is contained in:
Fabian Affolter
2025-07-10 23:44:08 +02:00
committed by GitHub
parent 0d77eeb0e8
commit 7d5e802663
@@ -12,7 +12,6 @@
microsoft-kiota-serialization-multipart,
microsoft-kiota-serialization-text,
msgraph-core,
pythonOlder,
}:
buildPythonPackage rec {
@@ -20,8 +19,6 @@ buildPythonPackage rec {
version = "1.37.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";