Unverified Commit 5ac00a30 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

Removed the dependency on pythonOlder for version 3.9.
parent 893ed15e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";