Unverified Commit 97a0f1fa authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.raincloudy: remove superfluous pythonOlder

parent f9aa79e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  pytest-aiohttp,
  pytestCheckHook,
  pythonAtLeast,
  pythonOlder,
  requests,
  requests-mock,
  setuptools,
@@ -25,7 +24,7 @@ buildPythonPackage rec {
  pypriject = true;

  # https://github.com/vanstinator/raincloudy/issues/65
  disabled = pythonOlder "3.7" || pythonAtLeast "3.12";
  disabled = pythonAtLeast "3.12";

  src = fetchFromGitHub {
    owner = "vanstinator";