Skip to content

fix: test targets unreleased Python 3.14 - #3112

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:codequality/recipe-test-targets-unreleased-python-3-14
Open

fix: test targets unreleased Python 3.14#3112
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:codequality/recipe-test-targets-unreleased-python-3-14

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in conda/recipes/pylibraft/recipe.yaml: test targets unreleased Python 3.14.

Changes

  • conda/recipes/pylibraft/recipe.yaml: test targets unreleased Python 3.14.

Details

--- a/conda/recipes/pylibraft/recipe.yaml
+++ b/conda/recipes/pylibraft/recipe.yaml
@@ -1,1 +1,1 @@
-  py_runtime_latest: "3.14"
+  py_runtime_latest: "3.13"

Tests

Let me know if you want tests added for this fix or not.

Signed-off-by: andrewwhitecdw <andrewwhitecdw@users.noreply.github.com>
@andrewwhitecdw
andrewwhitecdw requested a review from a team as a code owner August 13, 2026 01:34
@andrewwhitecdw
andrewwhitecdw requested a review from bdice August 13, 2026 01:34
@copy-pr-bot

copy-pr-bot Bot commented Aug 13, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 3415c90b-b139-46fb-bbc3-c071226ad138

📥 Commits

Reviewing files that changed from the base of the PR and between e2437c4 and 040c7e3.

📒 Files selected for processing (1)
  • conda/recipes/raft-dask/recipe.yaml

📝 Walkthrough

Summary by CodeRabbit

  • Tests
    • Updated the latest Python runtime test context from Python 3.14 to Python 3.13.

Walkthrough

The raft-dask recipe changes the py_runtime_latest test context from Python 3.14 to Python 3.13.

Changes

raft-dask runtime configuration

Layer / File(s) Summary
Update latest Python test runtime
conda/recipes/raft-dask/recipe.yaml
The py_runtime_latest test context now uses Python 3.13 instead of Python 3.14.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: 🔵 Low · up to 040c7

This PR changes the test runtime target from Python 3.14 to 3.13. It is likely mergeable, but the owner should confirm that Python 3.13 is intentionally supported as the latest test runtime and that the target matches current package availability.

Suggested reviewers: jameslamb

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the fix for tests targeting unreleased Python 3.14.
Description check ✅ Passed The description explains the Python runtime change, although it names pylibraft while the raw summary names raft-dask.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Warning

⚠️ This pull request shows signs of AI-generated slop (description_diff_mismatch). It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

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