Quote head_rev in conda recipes#413
Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-0.44from May 13, 2025
Merged
Conversation
AyodeAwe
approved these changes
May 13, 2025
Contributor
|
/merge |
AyodeAwe
added a commit
that referenced
this pull request
May 14, 2025
* Add support for Python 3.13 (#406) Contributes to rapidsai/build-planning#120 This PR adds support for Python 3.13. ## Notes for Reviewers This is part of ongoing work to add Python 3.13 support across RAPIDS. It temporarily introduces a build/test matrix including Python 3.13, from rapidsai/shared-workflows#268. A follow-up PR will revert back to pointing at the `branch-25.06` branch of `shared-workflows` once all RAPIDS repos have added Python 3.13 support. ### This will fail until all dependencies have been updated to Python 3.13 CI here is expected to fail until all of this project's upstream dependencies support Python 3.13. This can be merged whenever all CI jobs are passing. Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - Bradley Dice (https://github.com/bdice) URL: #406 * Add Python to distributed-ucxx Conda build string (#410) The Python version was dropped from the `distributed-ucxx` build string when migrating to `rattler-build`. Manually add this back. Authors: - https://github.com/jakirkham Approvers: - Bradley Dice (https://github.com/bdice) URL: #410 * Exclude librmm.so from auditwheel (#411) librmm will ship a shared library component in 25.06 (xref: rapidsai/rmm#1779). This PR updates `auditwheel` calls to exclude `librmm.so`. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Gil Forsyth (https://github.com/gforsyth) URL: #411 * chore: set remaining workflows to python3.13 (#409) Contributes to rapidsai/build-planning#120 Now that `cudf` is merged, moving the test workflows that require `cudf` to also build on the `python-3.13` shared-workflows branch. Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - James Lamb (https://github.com/jameslamb) URL: #409 * Build and test with CUDA 12.9.0 (#412) This PR uses CUDA 12.9.0 to build and test. xref: rapidsai/build-planning#173 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - James Lamb (https://github.com/jameslamb) URL: #412 * Quote head_rev in conda recipes (#413) This quotes `head_rev` to ensure that commits with leading zeros in the git SHA include those zeros in the output package name. xref: rapidsai/build-planning#176 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #413 * fix: temporary disable 3.13 builds --------- Co-authored-by: jakirkham <jakirkham@gmail.com> Co-authored-by: Bradley Dice <bdice@bradleydice.com>
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.
This quotes
head_revto ensure that commits with leading zeros in the git SHA include those zeros in the output package name.xref: rapidsai/build-planning#176