From ea58b20fa30c565173503fb9e7c802ffdb50aa6a Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 5 Mar 2026 12:22:54 -0500 Subject: [PATCH] Downgrade to 3.13 --- nix/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib.nix b/nix/lib.nix index a95fbec..abffdd9 100644 --- a/nix/lib.nix +++ b/nix/lib.nix @@ -7,7 +7,7 @@ let overlay = workspace.mkPyprojectOverlay { sourcePreference = "wheel"; }; - selectPy = pkgs: pkgs.python314; + selectPy = pkgs: pkgs.python313; # hammerOverride = pkgs: pkgs.lib.composeExtensions (inputs.uv2nix_hammer_overrides.overrides pkgs) overlay; -- 2.51.2