neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.36k stars 956 forks source link

chore(CI): use Python 3.12 #4961

Closed cclauss closed 6 months ago

cclauss commented 6 months ago

Python 3.12 can cause issues because distutils was removed from the Standard Library.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.55%. Comparing base (0440563) to head (5bfbc16).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4961 +/- ## ========================================== - Coverage 98.58% 98.55% -0.03% ========================================== Files 273 273 Lines 26070 26070 Branches 5387 5387 ========================================== - Hits 25700 25693 -7 - Misses 217 223 +6 - Partials 153 154 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.