From 6edb416019f142970767ef9960b2e99778b38cb7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 Oct 2025 12:14:39 +0200 Subject: [PATCH] python313Packages.azure-storage-file-share: remove disabled Removed the restriction for Python versions older than 3.8. --- .../python-modules/azure-storage-file-share/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/azure-storage-file-share/default.nix b/pkgs/development/python-modules/azure-storage-file-share/default.nix index 9d124395a38c..6edd4835ab7a 100644 --- a/pkgs/development/python-modules/azure-storage-file-share/default.nix +++ b/pkgs/development/python-modules/azure-storage-file-share/default.nix @@ -5,7 +5,6 @@ cryptography, fetchPypi, isodate, - pythonOlder, setuptools, typing-extensions, }: @@ -15,8 +14,6 @@ buildPythonPackage rec { version = "12.23.0"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchPypi { pname = "azure_storage_file_share"; inherit version;