python313Packages.aiostream: remove disabled

This commit is contained in:
Fabian Affolter
2025-10-18 12:06:54 +02:00
committed by GitHub
parent be0f6632ad
commit 18076d3dc2
@@ -5,7 +5,6 @@
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
setuptools,
typing-extensions,
}:
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "vxgmichel";
repo = "aiostream";