-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Py3.10 #3187
Comments
@dimaqq you can install poetry via |
Oh yes, I did use |
Note that Note 2: On 3.10rc debian slim both packages fail to build but poetry gets installed somehow Note 3: It's all a python 3.10 bug where wheels can't be built, thus alpine won't work until that is solved. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Python-3.10.0a1 is available, it would be awesome to be able to use it.
Today I can work around like so:
IIRC from 3.9, following needs to be done:
change in code to add vendored deps for 3.10change in the release script to build against 3.10 (some platforms?The text was updated successfully, but these errors were encountered: