Unverified Commit 85c1b71a authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

mastodon: use Python 3.13 (#503835)

parents c0cd7b3f bd6accf3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  ruby_3_3,
  writeShellScript,
  brotli,
  python311,
  python3,

  # Allow building a fork or custom version of Mastodon:
  pname ? "mastodon",
@@ -23,7 +23,6 @@
}:
let
  nodejs-slim = nodejs-slim_22;
  python3 = python311;
  ruby = ruby_3_3;
  yarn-berry = yarn-berry_4.override { nodejs = nodejs-slim; };
in