Unverified Commit cebe023d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

release-python: update current python version (#478820)

parents 51065ff9 d0eb0fce
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -55,12 +55,12 @@ let
      constituents = [
        jobs.nixos-render-docs.x86_64-linux # Used in nixos manual
        jobs.remarshal_0_17.x86_64-linux # Used in pkgs.formats.yaml_1_1
        jobs.python312Packages.afdko.x86_64-linux # Used in noto-fonts-color-emoji
        jobs.python312Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert
        jobs.python312Packages.colorama.x86_64-linux # Used in nixos test-driver
        jobs.python312Packages.ptpython.x86_64-linux # Used in nixos test-driver
        jobs.python312Packages.requests.x86_64-linux # Almost ubiquous package
        jobs.python312Packages.sphinx.x86_64-linux # Document creation for many packages
        jobs.python313Packages.afdko.x86_64-linux # Used in noto-fonts-color-emoji
        jobs.python313Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert
        jobs.python313Packages.colorama.x86_64-linux # Used in nixos test-driver
        jobs.python313Packages.ptpython.x86_64-linux # Used in nixos test-driver
        jobs.python313Packages.requests.x86_64-linux # Almost ubiquous package
        jobs.python313Packages.sphinx.x86_64-linux # Document creation for many packages
      ];
    };