Skip to content

Add support for Python 3.13#406

Merged
rapids-bot[bot] merged 3 commits intorapidsai:branch-0.44from
gforsyth:python-3.13
May 6, 2025
Merged

Add support for Python 3.13#406
rapids-bot[bot] merged 3 commits intorapidsai:branch-0.44from
gforsyth:python-3.13

Conversation

@gforsyth
Copy link
Copy Markdown
Contributor

@gforsyth gforsyth commented May 5, 2025

Description

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.

@gforsyth gforsyth added the improvement Improves an existing functionality label May 5, 2025
@gforsyth gforsyth requested a review from a team as a code owner May 5, 2025 18:39
@gforsyth gforsyth added the non-breaking Introduces a non-breaking change label May 5, 2025
@gforsyth gforsyth requested a review from a team as a code owner May 5, 2025 18:39
@gforsyth gforsyth requested a review from bdice May 5, 2025 18:39
@gforsyth gforsyth marked this pull request as draft May 5, 2025 19:07
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented May 5, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@gforsyth
Copy link
Copy Markdown
Contributor Author

gforsyth commented May 5, 2025

waiting on cudf

@gforsyth gforsyth closed this May 5, 2025
@gforsyth gforsyth reopened this May 6, 2025
@gforsyth
Copy link
Copy Markdown
Contributor Author

gforsyth commented May 6, 2025

/ok to test

@gforsyth gforsyth marked this pull request as ready for review May 6, 2025 18:22
@gforsyth
Copy link
Copy Markdown
Contributor Author

gforsyth commented May 6, 2025

/merge

@rapids-bot rapids-bot bot merged commit 830c7a2 into rapidsai:branch-0.44 May 6, 2025
77 checks passed
@gforsyth gforsyth deleted the python-3.13 branch May 6, 2025 19:16
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants