-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
Crashes on Python 3.11 #234
Comments
Is there any progress on Python 3.11 support? With the official release in a day or so, this (or more specifically the related issue in vscode-isort) will become a more significant problem. |
I have time today, I'll look into it and either fix it or find a temporary workaround. BTW, what are those servers? |
Following are from Microsoft:
|
Quick question, it seems like the fix is to set BTW thanks for the list, could we add them to https://github.com/openlawlibrary/pygls/blob/master/Implementations.md ? |
Looking at other issues, it seems like potential breaking changes in |
So how about if Pygls set its dependency to |
You can also do |
You can also specify that Python 3.11 needs a newer version with |
Made PR at #279 If it all looks good I can publish today. |
#279 looks good |
Released https://pypi.org/project/pygls/0.12.3 🚀 |
FYI Python 3.11.0 is now out: https://www.python.org/downloads/release/python-3110/ . |
Official support for python 3.10 was added only to pydantic in version
1.9
, however in lib requirements lower version is pinned:pygls/setup.cfg
Line 28 in 4ce8988
Might be fixed in #229
Causes microsoft/vscode-black-formatter#67
Initially I thought it crashes on Python 3.10, but as it turned out, I got it wrong.
The text was updated successfully, but these errors were encountered: