From 4d32e762f8b57ed595881603be6733239d24e1f1 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 26 Jan 2026 15:32:52 -0500 Subject: [PATCH 1/2] docs: RSN58 announcing end of Python 3.10 support --- _notices/rsn0058.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _notices/rsn0058.md diff --git a/_notices/rsn0058.md b/_notices/rsn0058.md new file mode 100644 index 00000000000..e1bbcec3c4e --- /dev/null +++ b/_notices/rsn0058.md @@ -0,0 +1,34 @@ +--- +layout: notice +parent: RAPIDS Support Notices +grand_parent: RAPIDS Notices +nav_exclude: true +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" +notice_author: RAPIDS TPM +notice_status: Proposal +notice_status_color: blue +# 'notice_status' and 'notice_status_color' combinations: +# "Proposal" - "blue" +# "Completed" - "green" +# "Review" - "purple" +# "In Progress" - "yellow" +# "Closed" - "red" +notice_topic: Platform Support Change +notice_rapids_version: "v26.04+" +notice_created: 2025-01-26 +# 'notice_updated' should match 'notice_created' until an update is made +notice_updated: 2025-01-26 +--- + +## 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.13, and Python 3.13. + + +## Impact + +Users should plan to move to a supported Python version 3.11, 3.12, or 3.13 as soon as possible. From d46a2a7c438ab1703a55e0d131932be9cadc0a5b Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 26 Jan 2026 15:58:51 -0500 Subject: [PATCH 2/2] docs: we also support Python 3.12 --- _notices/rsn0058.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_notices/rsn0058.md b/_notices/rsn0058.md index e1bbcec3c4e..7573253c731 100644 --- a/_notices/rsn0058.md +++ b/_notices/rsn0058.md @@ -26,7 +26,8 @@ notice_updated: 2025-01-26 ## 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.13, and Python 3.13. +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. ## Impact