From f7b9f7e1c97998bfc255ffc48fbdf77b56d4c092 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 12 Dec 2025 10:58:05 +0100 Subject: [PATCH] python313Packages.aiogram: remove disabled --- pkgs/development/python-modules/aiogram/default.nix | 3 --- 1 file changed, 3 deletions(-) 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";