Skip to content

COMP: Update CI best practices and Python 3.10+#91

Open
hjmjohnson wants to merge 2 commits intomainfrom
update-ci-best-practices
Open

COMP: Update CI best practices and Python 3.10+#91
hjmjohnson wants to merge 2 commits intomainfrom
update-ci-best-practices

Conversation

@hjmjohnson
Copy link
Copy Markdown
Member

Update clang-format linter, actions/checkout@v5, Python 3.10+, fix @ghcr-mirror refs.

@hjmjohnson
Copy link
Copy Markdown
Member Author

WIP: test-linux-notebooks blocked on upstream Python 3.9 default.

The build-test-package-python.yml@v6.0b01 action defaults python3-minor-versions to ["9","10","11"], and the notebook test picks [0] = Python 3.9. This wheel requires >=3.10, so the install fails. Fix submitted upstream: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#126 (drop 3.9 from v6.0b01 defaults, matching what main already has).

All other CI checks pass. Once the upstream PR merges and CI re-runs, this PR should be green.

The v6.0b01 action defaults python3-minor-versions to ["9","10","11"].
The test-linux-notebooks job picks [0] = Python 3.9, but this wheel
declares requires-python >= 3.10, causing:

  ERROR: Package 'itk-splitcomponents' requires a different Python:
         3.9.25 not in '>=3.10'

Override to ["10","11"] at the module level.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant