Unverified Commit 8edd06b9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.google-cloud-vpc-access: remove disabled

Removed the restriction for Python version 3.8.
parent 01d5b19d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
  protobuf,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

@@ -18,8 +17,6 @@ buildPythonPackage rec {
  version = "1.14.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    pname = "google_cloud_vpc_access";
    inherit version;