neovim / pynvim

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

chore: use greenlet >= 3.0 #541

Closed wookayin closed 11 months ago

wookayin commented 11 months ago

Greenlet 3.0 has been released including full python 3.12 support. It also works well with older python versions, so we can now have the dependency greenlet >= 3.0.