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

python313Packages.policy-sentry: modernize

Removed the restriction for Python version older than 3.8.
parent c85582b9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  fetchFromGitHub,
  orjson,
  pytestCheckHook,
  pythonOlder,
  pyyaml,
  requests,
  schema,
@@ -18,8 +17,6 @@ buildPythonPackage rec {
  version = "0.14.1";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "salesforce";
    repo = "policy_sentry";