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

python313Packages.garminconnect: remove disabled

parent 26b5de64
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchFromGitHub,
  garth,
  pdm-backend,
  pythonOlder,
  requests,
  withings-sync,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
  version = "0.2.34";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "cyberjunky";
    repo = "python-garminconnect";