Unverified Commit 69e3de4d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.minio: remove disabled

Removed the condition to disable support for Python 3.8.
parent 086fee0c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pythonOlder,

  # build-system
  setuptools,
@@ -25,8 +24,6 @@ buildPythonPackage rec {
  version = "7.2.18";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "minio";
    repo = "minio-py";