diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index 1b5bad313f5e..09db1d9520aa 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -21,7 +21,6 @@ pytest-asyncio, pytest-lazy-fixture, pytestCheckHook, - pythonOlder, pytz, redis, uvloop, @@ -32,8 +31,6 @@ buildPythonPackage rec { version = "3.23.0"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "aiogram"; repo = "aiogram";