Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions _notices/rsn0058.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ notice_type: rsn
notice_id: 58 # should match notice number
notice_pin: true # set to true to pin to notice page

title: "Dropping Support for Python v3.10 in v26.04"
title: "Dropping Support for Python v3.10 and Adding Support for Python v3.14 in v26.04"
notice_author: RAPIDS TPM
notice_status: Proposal
notice_status_color: blue
notice_status: Completed
notice_status_color: green
# 'notice_status' and 'notice_status_color' combinations:
# "Proposal" - "blue"
# "Completed" - "green"
Expand All @@ -21,15 +21,14 @@ notice_topic: Platform Support Change
notice_rapids_version: "v26.04+"
notice_created: 2026-01-26
# 'notice_updated' should match 'notice_created' until an update is made
notice_updated: 2026-01-26
notice_updated: 2026-04-01
---

## Overview

RAPIDS is dropping support for Python 3.10 in the upcoming release of v26.04, scheduled for April 8, 2026.
v26.04 will support Python 3.11, Python 3.12, and Python 3.13.

RAPIDS is dropping support for Python 3.10 and adding support for Python 3.14 in the upcoming release of v26.04, scheduled for April 8, 2026.
v26.04 will support Python 3.11, 3.12, 3.13, and 3.14.

## Impact

Users should plan to move to a supported Python version 3.11, 3.12, or 3.13 as soon as possible.
Users should plan to move to a supported Python version (3.11, 3.12, 3.13, or 3.14) as soon as possible.
Loading