python313Packages.azure-storage-file-share: remove disabled
Removed the restriction for Python versions older than 3.8.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user