COMP: Update CI best practices and Python 3.10+#242
Merged
hjmjohnson merged 3 commits intomainfrom Apr 15, 2026
Merged
Conversation
dzenanz
approved these changes
Apr 3, 2026
Member
Author
|
WIP: Same issue as InsightSoftwareConsortium/ITKSplitComponents#91 — the All C++ builds and Python wheel builds pass. Once the upstream PR merges and CI re-runs, this PR should be green. |
dzenanz
requested changes
Apr 14, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
bbc79f7 to
48fe55c
Compare
dzenanz
approved these changes
Apr 15, 2026
dzenanz
reviewed
Apr 15, 2026
48fe55c to
8eefbf2
Compare
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 CI workflows to current best practices: actions/checkout@v5, Python 3.10+ minimum, and ITKRemoteModuleBuildTestPackageAction@v5.4.6 with ITK wheel tags pinned to v5.4.5.
Note: Windows Python wheels may fail with
ensurepipuntil ITKPythonPackage cuts a new release tag including the fix. C++ CI and Linux/macOS Python builds are unaffected.Commits (3)
Dropped commit
48fe55c("COMP: Point itk-python-package-tag at main for Windows pip fix") was dropped — usingitk-python-package-tag: 'main'fixed the Windows ensurepip issue but broke Linux Python wrapping due to CastXML incompatibility with gcc-toolset-14 in the latest manylinux container.