Loading pkgs/development/python-modules/apischema/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ graphql-core, pytest-asyncio, pytest8_3CheckHook, pythonOlder, pythonAtLeast, setuptools, }: Loading @@ -14,7 +14,8 @@ buildPythonPackage rec { version = "0.18.3"; pyproject = true; disabled = pythonOlder "3.7"; # Hasn't been updated in two years disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "wyfo"; Loading Loading
pkgs/development/python-modules/apischema/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ graphql-core, pytest-asyncio, pytest8_3CheckHook, pythonOlder, pythonAtLeast, setuptools, }: Loading @@ -14,7 +14,8 @@ buildPythonPackage rec { version = "0.18.3"; pyproject = true; disabled = pythonOlder "3.7"; # Hasn't been updated in two years disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "wyfo"; Loading