From 454a59b59bdb7f38076023b5c43f0f857ee605b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 24 Jan 2025 22:18:51 +0100 Subject: [PATCH] Switch to python 3.13 --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index baba6d0..6a145b9 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,7 @@ # Base Python package set from pyproject.nix baseSet = pkgs.callPackage pyproject-nix.build.packages { - python = pkgs.python312; + python = pkgs.python313; }; # An overlay of build fixups & test additions @@ -113,7 +113,6 @@ }; }; }); - }; in