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

python313Packages.dissect-sql: remove disabled

parent 6c84264f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  dissect-util,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  setuptools,
  setuptools-scm,
}:
@@ -15,8 +14,6 @@ buildPythonPackage rec {
  version = "3.13";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.sql";