Unverified Commit 9f3c18bd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

Removed pythonOlder restriction for version 3.8.
parent 6243c820
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";