-
Notifications
You must be signed in to change notification settings - Fork 84
chore(deps): bump pyo3 requirement from 0.14 to 0.16 #780
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
base: master
Are you sure you want to change the base?
Conversation
bd48b8b
to
673ca8e
Compare
No pull request has been accepted since 2023, so everything is even more outdated now naturally than 2 years ago.
actions/upload-artifact@v4 is the latest major release. |
Yeah, and the latest version is v4, and ther's been some breaking changes between v3 and v4 so I'll try to bump it to v3 for now. |
My script shows
|
Thanks. The upload-artifacts one indeed needs v4. I'll attempt but there's been some change in the naming uf the uploaded artifacts so we'll see. |
Good luck with that 😉
|
Yeah, but the naming only affects literally the same name (arm64 and amd64 producing the file |
noble bumped libtinfo5 to libtinfo6 |
Yep I see what I did now, I pulled a string and this is what came out 😃 |
I have exactly 6 more minutes to spend on this so I might have to revisit this later. |
actions/setup-python@v6 is extremely breaking, maybe v5 works better. |
LLVM 13 is also quite old now, maybe a gentle bump there would work too. I'll try setup-python v5 for now, but I'd be for dropping Python anything less than 3.10, as a proposal. 3.14 is upon us. |
As I said, literally everything is extremely outdated here after years without maintenance of course, it's a wonder that CI even runs 😄 ubuntu needs: sudo apt-get install libtinfo6 macos needs: brew install gettext
brew link gettext --force |
Branched off the CI-only changes to #781, but for now I have to run. Thanks for checking in :) |
ubuntu:24.04 defaults to LLVM 18: Maybe a more gentle upgrade would be more successful, ubuntu:22.04 and LLVM 14. |
Potential workaround for #778, should double-check though before merging.