Skip to content

Commit 3d62e59

Browse files
committed
chore(nix): use Python 3.13
1 parent 70fa866 commit 3d62e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
perSystem =
2929
{ pkgs, ... }:
3030
let
31-
python3 = pkgs.python312;
31+
python3 = pkgs.python313;
3232
in
3333
{
3434
packages =

0 commit comments

Comments
 (0)