Commit bc8127f8 authored by Robert Schütz's avatar Robert Schütz
Browse files

python314Packages.asyncstdlib: disable

> Note that asyncstdlib does not support Python 3.14 yet.[^1]

[^1]: https://github.com/maxfischer2781/asyncstdlib/issues/188#issuecomment-3771752590
parent 80e4adbc
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";