Commit f32def75 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.marshmallow-dataclass: Bump python requirement

parent 18eaf127
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildPythonPackage rec {
  version = "8.6.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "lovasoa";