use python 313

This commit is contained in:
Osman Faruk Bayram 2025-09-07 13:51:30 +03:00
parent 018f4da4ad
commit f32504ed7e

View file

@ -8,7 +8,7 @@ let
wanikani-stats-flask = pkgs.writeShellApplication {
name = "wanikani-stats-flask";
runtimeInputs = [
(pkgs.python312.withPackages (
(pkgs.python3.withPackages (
ppkgs: with pkgs.python312Packages; [
flask
pandas