python313Packages.twilio: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-26 08:47:59 +01:00
committed by GitHub
parent f3ccef0c5b
commit 33f35dce78
@@ -12,8 +12,6 @@
pyjwt,
pyngrok,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
pytz,
requests,
setuptools,
@@ -24,8 +22,6 @@ buildPythonPackage rec {
version = "9.8.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";