From de72fdbbc1b672f2bed639d84afc358f8ba229d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 23 Apr 2026 20:13:07 -0700 Subject: [PATCH] aider-chat: use Python 3.13 According to https://github.com/Aider-AI/aider/issues/3037 only dependencies are an obstacle to Python 3.13 support, but our Python package set fully supports Python 3.13. The AUR package also uses Arch's default Python version. --- pkgs/by-name/ai/aider-chat/package.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index 4384666fb541..a769e9f1b9fb 100644 --- a/pkgs/by-name/ai/aider-chat/package.nix +++ b/pkgs/by-name/ai/aider-chat/package.nix @@ -1,7 +1,7 @@ { lib, stdenv, - python312Packages, + python3Packages, fetchFromGitHub, fetchpatch, replaceVars, @@ -12,9 +12,6 @@ }: let - # dont support python 3.13 (Aider-AI/aider#3037) - python3Packages = python312Packages; - aider-nltk-data = python3Packages.nltk.dataDir (d: [ d.punkt-tab d.stopwords