Loading pkgs/development/python-modules/asyncstdlib/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, flit-core, pytestCheckHook, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -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"; Loading Loading
pkgs/development/python-modules/asyncstdlib/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, flit-core, pytestCheckHook, pythonAtLeast, }: buildPythonPackage rec { Loading @@ -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"; Loading