From 885f5af27481d84133bf1375a19d30a463d45ae4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 31 Dec 2025 11:06:46 +0100 Subject: [PATCH] python313Packages.google-cloud-artifact-registry: remove disabled --- .../python-modules/google-cloud-artifact-registry/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix index ffd9d7632d0c..b32a966b5411 100644 --- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix @@ -9,7 +9,6 @@ protobuf, pytest-asyncio, pytestCheckHook, - pythonOlder, setuptools, }: @@ -18,8 +17,6 @@ buildPythonPackage rec { version = "1.18.0"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchPypi { pname = "google_cloud_artifact_registry"; inherit version;