-
Notifications
You must be signed in to change notification settings - Fork 84
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
poetry install
failing on Python 3.12
#581
Comments
And matrix_is_tester fails on 3.12:
|
I thought I could quickly fix this in #582, but matrix_is_tester uses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing on my machine I had to install python3.12-devel so I could compile something:
Then I got a failure to build pyyaml, which I wasn't sure how to respond:
Likely can workaround this by bumping locked deps to pull in newer wheels.
The text was updated successfully, but these errors were encountered: