Unverified Commit 6edb4160 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

Removed the restriction for Python versions older than 3.8.
parent dfbddace
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;