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

fix(ci): macOS CI failing with python{3.7, 3.8, 3.9} #579

Closed wookayin closed 3 weeks ago

wookayin commented 3 weeks ago

macos-latest now points to M1 runners (macos-14-arm64) which do not support python 3.7-3.9. For these versions, use macos-12 runner.

Note: please do not squash commits for this PR.

wookayin commented 3 weeks ago

CI is green now, but let me do a little bit of cleanup later today.