python313Packages.google-cloud-pubsub: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-31 10:31:14 +01:00
committed by GitHub
parent 0e3e5e1d3f
commit 29d32f34b7
@@ -14,7 +14,6 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -23,8 +22,6 @@ buildPythonPackage rec {
version = "2.34.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_pubsub";
inherit version;