Unverified Commit 41b63a6b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.google-cloud-shell: remove disabled

Removed the restriction for Python version older than 3.7.
parent 0d73e38b
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.13.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

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