Use python3.11

This commit is contained in:
larstvei 2024-03-22 20:33:15 +01:00
parent 3d81cb5162
commit 101dd81a69

View File

@ -1723,7 +1723,7 @@
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq python-shell-interpreter "python3.10") (setq python-shell-interpreter "python3.11")
(add-hook 'python-mode-hook (add-hook 'python-mode-hook
(lambda () (setq forward-sexp-function nil))) (lambda () (setq forward-sexp-function nil)))