Unverified Commit 7d5e8026 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.msgraph-sdk: remove pythonOlder

parent 0d77eeb0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";