From 5e3754308dfe385a1f3175a5b06d0f4ca7abe3b8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 Dec 2025 06:20:02 +0100 Subject: [PATCH] python313Packages.pubnub: remove disabled --- pkgs/development/python-modules/pubnub/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/pubnub/default.nix b/pkgs/development/python-modules/pubnub/default.nix index d04aa44985b8..bb4d41087b6f 100644 --- a/pkgs/development/python-modules/pubnub/default.nix +++ b/pkgs/development/python-modules/pubnub/default.nix @@ -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";