-
Notifications
You must be signed in to change notification settings - Fork 371
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
Support for Python 3.11 #891
Comments
edgarrmondragon
added a commit
to edgarrmondragon/poetry-dynamic-versioning
that referenced
this issue
Dec 22, 2022
I can confirm that issue was fixed with 8f6c061, we're awaiting for next release. |
Any ideas when the next release will come? |
Support for 3.11 was brought with release 2.0.0 🎉 thanks @bitprophet! |
trey-stafford
added a commit
to nsidc/qgreenland
that referenced
this issue
Jan 20, 2023
We'll have to hold off on upgrading to python 3.11 until invoke v2.0 is released. Although invoke can be installed with python v3.11, attempts to use it result in an error. See: pyinvoke/invoke#891
This was referenced Jan 20, 2023
phreer
pushed a commit
to phreer/platform2
that referenced
this issue
Sep 12, 2023
We have to bump CherryPy from 17.4.2 to 18.8.0, due to a compatibility issue with CherryPy 17's dependency, invoke, and Python 3.11 (used outside chroot). We would see the following error without this change: module 'inspect' has no attribute 'getargspec' It is unclear if the new version of CherryPy still uses invoke, but we don't see the error after upgrading. See pyinvoke/invoke#891 for more info about the error. BUG=None TEST=# Test inside (python 3.8.16) and outside (python 3.11.4) # of chroot. ./host-run.sh Change-Id: I3236a04c994c719efd810b8d2e6e881f198a3be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/4811705 Reviewed-by: Firas Sammoura <[email protected]> Tested-by: Craig Hesling <[email protected]> Commit-Queue: Craig Hesling <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're using
invoke
internally and it seems to be the last dependency incompatible with Python 3.11.Error we're getting is pasted below, probably not the last one.
The text was updated successfully, but these errors were encountered: