python313Packages.minio: remove disabled
Removed the condition to disable support for Python 3.8.
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
pythonOlder,
|
|
||||||
|
|
||||||
# build-system
|
# build-system
|
||||||
setuptools,
|
setuptools,
|
||||||
@@ -25,8 +24,6 @@ buildPythonPackage rec {
|
|||||||
version = "7.2.18";
|
version = "7.2.18";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "minio";
|
owner = "minio";
|
||||||
repo = "minio-py";
|
repo = "minio-py";
|
||||||
|
|||||||
Reference in New Issue
Block a user