Merge pull request #334255 from rhoriguchi/pythonPackages.isPy312

pythonPackages: add missing isPy312
This commit is contained in:
OTABI Tomoya
2024-08-14 23:07:09 +09:00
committed by GitHub
@@ -93,7 +93,7 @@ let
in {
inherit lib pkgs stdenv;
inherit (python.passthru) isPy27 isPy37 isPy38 isPy39 isPy310 isPy311 isPy3k isPyPy pythonAtLeast pythonOlder;
inherit (python.passthru) isPy27 isPy37 isPy38 isPy39 isPy310 isPy311 isPy312 isPy3k isPyPy pythonAtLeast pythonOlder;
inherit buildPythonPackage buildPythonApplication;
inherit hasPythonModule requiredPythonModules makePythonPath disabled disabledIf;
inherit toPythonModule toPythonApplication;