We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, I started to use Python 3.11
The python-language-server latest version is 0.36.2. It requires jedi<0.18.0,>=0.17.2 and parso<0.8.0,>=0.7.0. So, I cannot use grammar 311 provided by parso in 2021 (https://github.com/davidhalter/parso/blob/master/parso/python/grammar311.txt).
Anybody knows why no release after 2020?
The text was updated successfully, but these errors were encountered:
#969
Sorry, something went wrong.
No branches or pull requests
Now, I started to use Python 3.11
The python-language-server latest version is 0.36.2. It requires jedi<0.18.0,>=0.17.2 and parso<0.8.0,>=0.7.0.
So, I cannot use grammar 311 provided by parso in 2021 (https://github.com/davidhalter/parso/blob/master/parso/python/grammar311.txt).
Anybody knows why no release after 2020?
The text was updated successfully, but these errors were encountered: