-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't install on the CPython 3.11 (broken indirect wrapt deps) #5919
Comments
This reverts commit 442f6a2. Reverted due to astroid deps on wrapt < 1.14 (pylint-dev/pylint#5919)
Thank you for opening the issue. We're not supporting (i.e. testing) python 3.11 yet, we're going to do that when a beta version is released here: https://github.com/actions/python-versions/releases, see #5127 |
This should be fixed with astroid 2.11. |
OK, then it's already fixed in the development branch. Could you check if We're trying to release 2.13.0 asap. |
I'm checking CI on I'll update if we can turn it on 👍 |
Seems like tomllib has been accepted and merged python/cpython#31498 but not yet released to any of the images available on Github. Next release is expected on |
I opened #5920 for the issue with github actions, so we can close this issue if the problem with |
DanielNoord#101 was failing on 3.11, so - not yet. However, astroid deps is fixed in dev, yes. Probably, this might be closed. |
CircleCI started running tests on Python 3.11, and we ran into pylint-dev/pylint#5919
This download is cross-platform compatible. I also tested setting KGV on the newer version to spot-check: note that our current setup/KGV of `pylint` is incompatible with `python@3.11.x` (per pylint-dev/pylint#5919 is fixed in newer versions of pylint)
This download is cross-platform compatible. I also tested setting KGV on the newer version to spot-check: note that our current setup/KGV of `pylint` is incompatible with `python@3.11.x` (per pylint-dev/pylint#5919 is fixed in newer versions of pylint)
Bug description
see e.g. this build. Installation crashed with
This should be fixed in the v1.14 of the wrapt.
Configuration
No response
Command used
Pylint output
Expected behavior
Installation succesful.
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: