Unverified Commit 9e44b64d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python314Packages.asyncstdlib: disable (#481939)

parents 784fec25 bc8127f8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  flit-core,
  pytestCheckHook,
  pythonAtLeast,
}:

buildPythonPackage rec {
@@ -11,6 +12,9 @@ buildPythonPackage rec {
  version = "3.13.1";
  pyproject = true;

  # https://github.com/maxfischer2781/asyncstdlib/issues/189
  disabled = pythonAtLeast "3.14";

  src = fetchFromGitHub {
    owner = "maxfischer2781";
    repo = "asyncstdlib";