ycm-core / ycmd

A code-completion & code-comprehension server
https://ycm-core.github.io/ycmd/
GNU General Public License v3.0
1.69k stars 764 forks source link

Python 3.12 compatibility fixes #1712

Closed bstaletic closed 11 months ago

bstaletic commented 11 months ago

CI is still not ready for python 3.12. Stay tuned.


This change is Reviewable

codecov[bot] commented 11 months ago

Codecov Report

Merging #1712 (53a7c2c) into master (ed6a49a) will decrease coverage by 0.04%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1712 +/- ## ========================================== - Coverage 95.44% 95.40% -0.04% ========================================== Files 83 83 Lines 8123 8122 -1 Branches 164 165 +1 ========================================== - Hits 7753 7749 -4 - Misses 320 322 +2 - Partials 50 51 +1 ```
mergify[bot] commented 11 months ago

Thanks for sending a PR!