-
Notifications
You must be signed in to change notification settings - Fork 276
[Bot] Update dependencies #2443
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
Conversation
The failing command is in the testbed: I think the error is:
|
Oddly it does work on my local machine. edit: maybe not so strange, this command is known to fail on machines that have never been run before - https://github.com/beeware/Python-Apple-support/blob/main/patch/Python/Python.patch#L2399-L2407 |
@freakboy3742 I raised a PR against cpython with a change that makes it work on my local machine - python/cpython#135102 |
A new support package (with the testbed patch from CPython) has been published. That should resolve the CI testing issue, and I've added an explicit test of the testbed to my release process to ensure this stays fixed. |
6dbda18
to
39034d4
Compare
I restarted the update workflow to pick it up. New CPython releases are available (only 3.13 binaries on Windows/macOS but 3.9->3.13 have been released). They're not yet in manylinux images. |
39034d4
to
df08123
Compare
We don't need updates to CPython distributions for this, the iOS update will be included in beeware's support package. As such I think this is ready to go! |
The problem right now is it's mixed, we have some platforms on a newer patch version than others, rather than a consistent update. Personally, I'd prefer to roll back the patch updates to CPython to get this in. |
3.13.4 is now available on manylinux, I'll trigger another bot update. |
Okay, that works too. |
59e0dbb
to
3d4a331
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
The multi arch images are being deployed now. Will retrigger the update workflow when they're available |
3d4a331
to
d9ca23d
Compare
d9ca23d
to
ff6bc70
Compare
Retriggered to pick up fix to #2444. |
Update the versions of our dependencies.
PR generated by "Update dependencies" workflow.