Unverified Commit 50fdfc5a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.google-cloud-workstations: remove disabled

Removed dependency on pythonOlder for version 3.8.
parent ec788027
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
  protobuf,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

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

  disabled = pythonOlder "3.8";

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