Update to 3.10 minimum and use 3.12 for benchmarks#652
Merged
Conversation
Pull Request Test Coverage Report for Build 22591971873Details
💛 - Coveralls |
|
'This PR has been flagged as stale due to no activity for over 60 |
arvidn
reviewed
Feb 23, 2026
arvidn
reviewed
Feb 23, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
arvidn
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to python 3.10 when building (including abi3)
User python 3.12 for benchmarks
Also update to using ghcr images instead of quay.io
Note
Medium Risk
Medium risk because it changes the Python ABI baseline (
abi3-py310) and updates the Docker build images/tooling, which can affect wheel compatibility and CI/release reliability across platforms.Overview
Raises the project’s Python baseline to 3.10 by switching the
pyo3abi3 target fromabi3-py38toabi3-py310and updating CI job matrices to build/test wheels on Python3.10.Modernizes CI build environments by running benchmarks/cost checks on Python
3.12, swapping manylinux Docker images fromquay.io/pypa/*toghcr.io/chia-network/build-images/*, and pinningmaturinto1.12.2for wheel builds.Tweaks wheel-build steps to rely on the image-provided Rust/Python (simplified venv/path handling), adjusts OpenSSL install flags in manylinux builds, and replaces a post-build
twineinstall step withsetuptools_rust.Written by Cursor Bugbot for commit bd4880f. This will update automatically on new commits. Configure here.