neovim / pynvim

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

chore: use greenlet >= 3.0 #541

Closed wookayin closed 1 year ago

wookayin commented 1 year 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.