From 101dd81a6977c32be05e36e4c2acc6a0ddc882ab Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 22 Mar 2024 20:33:15 +0100 Subject: [PATCH] Use python3.11 --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index c259af2..e3be0b6 100644 --- a/init.org +++ b/init.org @@ -1723,7 +1723,7 @@ #+begin_src emacs-lisp - (setq python-shell-interpreter "python3.10") + (setq python-shell-interpreter "python3.11") (add-hook 'python-mode-hook (lambda () (setq forward-sexp-function nil)))