python312Packages.aiogram: update disabled

This commit is contained in:
Fabian Affolter
2024-11-10 05:22:42 +01:00
committed by GitHub
parent 06486aa31e
commit ab244d1314
@@ -31,7 +31,7 @@ buildPythonPackage rec {
version = "3.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "aiogram";