neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.47k stars 118 forks source link

ci: Add python3.12 support #535

Closed wookayin closed 9 months ago

wookayin commented 9 months ago

neovim's python3 provider detection has a bug on python3.12 (neovim/neovim#25316), so we work around this by explicitly setting the g:python3_host_prog variable.

Also, pynvim on python3.12 requires greenlet 3.x.

Fixes #528

justinmk commented 9 months ago

Thank you!

Spirarel commented 8 months ago

Getting this released would be great. As it stands, the readme is incorrect about supporting python 3.7 or later.