python313Packages.minio: remove disabled

Removed the condition to disable support for Python 3.8.
This commit is contained in:
Fabian Affolter
2025-10-08 10:01:15 +02:00
committed by GitHub
parent 086fee0c9f
commit 69e3de4d19

View File

@@ -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";