Skip to content
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

Update to latest Python patch versions #400

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Update to latest Python patch versions #400

merged 3 commits into from
Dec 5, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Dec 4, 2024

Closes #398

Copy link
Collaborator

@indygreg indygreg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty straightforward (as it should be).

Please also check for pip, setuptools, openssl, and SQLite updates. Those are the most common during routine upgrades.

@zanieb zanieb marked this pull request as ready for review December 4, 2024 17:25
@zanieb
Copy link
Member Author

zanieb commented Dec 4, 2024

@zanieb
Copy link
Member Author

zanieb commented Dec 4, 2024

cc @indygreg it looks like now the mips 3.13 builds pull -latomic from the system?

File "/home/runner/work/python-build-standalone/python-build-standalone/cpython-unix/build.py", line 549, in python_build_info
    raise Exception("unexpected library in LIBS (%s): %s" % (libs, lib))
Exception: unexpected library in LIBS (['-lpthread', '-ldl', '-lpthread', '-lutil', '-latomic']): atomic

I'm not sure what changed there, but I believe it is correct to allow it 59d8fab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21
2 participants