Update Python project from 3.8 to 3.11

How do i update python to 3.11 or the latest version on my project

Repl link: https://replit.com/@K4mi/DiscordBotty

{ pkgs }: {
  deps = [
    pkgs.ffmpeg_6-full
    pkgs.ffmpeg_6
   ];
}

Hi @K4mi , welcome to rhe forums!
You can try using Python 3.11 or 3.12 by following the steps in this post:

Hope this helps!