python312Packages.raincloudy: disable on Python 3.12

Still uses imp
https://github.com/vanstinator/raincloudy/issues/65

+3 -1
+3 -1
pkgs/development/python-modules/raincloudy/default.nix
··· 9 pytest-asyncio, 10 pytest-aiohttp, 11 pytestCheckHook, 12 pythonOlder, 13 requests, 14 requests-mock, ··· 22 version = "1.2.0"; 23 pypriject = true; 24 25 - disabled = pythonOlder "3.7"; 26 27 src = fetchFromGitHub { 28 owner = "vanstinator";
··· 9 pytest-asyncio, 10 pytest-aiohttp, 11 pytestCheckHook, 12 + pythonAtLeast, 13 pythonOlder, 14 requests, 15 requests-mock, ··· 23 version = "1.2.0"; 24 pypriject = true; 25 26 + # https://github.com/vanstinator/raincloudy/issues/65 27 + disabled = pythonOlder "3.7" || pythonAtLeast "3.12"; 28 29 src = fetchFromGitHub { 30 owner = "vanstinator";