feat: add support for new Python 3.12.10-humanness builds in CI workflow#77
Merged
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
mzueva
approved these changes
May 27, 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.
Greptile Summary
This PR adds the
python-3.12.10-humannessbuild variant to the CI matrix, which packagespolars-lts-cpuandprombfor humanness scoring workloads.scientific-slim,h5ad,sccoda, andparapred.python-3.12.10-humannessdirectory already exists with a matchingpackage.jsondeclaring all five platform roots, so the workflow entries align correctly with the package definition.Confidence Score: 5/5
The change is a straightforward matrix expansion with no logic modifications; the referenced package directory exists and targets the same five platforms.
The diff is a mechanical addition of five JSON objects following the established pattern. The python-3.12.10-humanness package is already present in the repo with a package.json that declares all five platform roots, so nothing is missing or mismatched.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[push / pull_request to main] --> B[init job] B --> C[run job - node-matrix-pnpm] C --> D{pre-calculated-task-list} D --> E[python-3.12.10 × 5 platforms] D --> F[python-3.12.10-empty × 5 platforms] D --> G[python-3.12.10-atls × 2 platforms] D --> H[python-3.12.10-h5ad × 5 platforms] D --> I[python-3.12.10-rapids × 5 platforms] D --> J[python-3.12.10-sccoda × 5 platforms] D --> K[python-3.12.10-parapred × 5 platforms] D --> L[python-3.12.10-scientific-slim × 5 platforms] D --> M[python-3.12.10-humanness × 5 platforms - NEW] M --> N1[ubuntu-large-arm64 arm64] M --> N2[ubuntu-large-amd64 amd64] M --> N3[macos-14 arm64] M --> N4[macos-14-large amd64] M --> N5[windows-latest amd64]Reviews (1): Last reviewed commit: "feat: add support for new Python 3.12.10..." | Re-trigger Greptile