pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Add support for Python 3.11 and 3.12. #437

Closed kschwab closed 9 months ago

kschwab commented 9 months ago

Adds support for Python versions 3.11 and 3.12 by updating jedi package.

Resolves issue #436.

dakra commented 9 months ago

Thanks