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

python312Packages.tabula-py: update disabled

parent 77f43fed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  version = "2.10.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "chezou";