python3Packages.raincloudy: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 12:36:37 +01:00
parent f9aa79e9a7
commit 97a0f1fa04
@@ -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";