palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.61k stars 283 forks source link

[question] Does python-language-server have a release version suitable for python 3.4? #955

Closed RidiculousDoge closed 1 year ago

RidiculousDoge commented 1 year ago

Sadly I have to use this EOL python version for my app.

I have tried version 0.10.0, but it seems some third-party libs that pyls rely on does not support for python 3.4 syntax.

So, is there a release version that support this EOL python version?

RidiculousDoge commented 1 year ago

Or is there a language server that could provide similar features on this EOL version? This is driving me crazy these days.

RidiculousDoge commented 1 year ago

It turns out if I use rope==0.12.0, that works fine for me.