python313Packages.pubnub: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-09 06:20:02 +01:00
committed by GitHub
parent 8cf6c10f81
commit 5e3754308d
@@ -11,7 +11,6 @@
pytest-asyncio,
pytest-vcr,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
}:
@@ -21,8 +20,6 @@ buildPythonPackage rec {
version = "10.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "pubnub";
repo = "python";