python313Packages.aiogram: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-12 10:58:05 +01:00
committed by GitHub
parent 04a5bd9041
commit f7b9f7e1c9
@@ -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";