python313Packages.google-cloud-tasks: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-25 13:58:56 +01:00
committed by GitHub
parent 7fec31ff18
commit 6c8f970820
@@ -9,7 +9,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "2.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;