python313Packages.azure-storage-file-share: remove disabled

Removed the restriction for Python versions older than 3.8.
This commit is contained in:
Fabian Affolter
2025-10-18 12:14:39 +02:00
committed by GitHub
parent dfbddace8d
commit 6edb416019
@@ -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;