Unverified Commit 9cba8f13 authored by Zexin Yuan's avatar Zexin Yuan
Browse files

aider-chat: enable for python 3.10 and 3.11

parent 8a4e9efc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -136,8 +136,8 @@ let
    inherit version;
    pyproject = true;

    # needs exactly Python 3.12
    disabled = pythonOlder "3.12" || pythonAtLeast "3.13";
    # dont support python 3.13 (Aider-AI/aider#3037)
    disabled = pythonOlder "3.10" || pythonAtLeast "3.13";

    src = fetchFromGitHub {
      owner = "Aider-AI";