-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropping Support for Python v3.9 and adding Python 3.12 Support in Re…
…lease v24.10 (#528) Co-authored-by: Cary Russell <[email protected]> Co-authored-by: aravenel <[email protected]>
- Loading branch information
1 parent
2529c7e
commit fe380de
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: notice | ||
parent: RAPIDS Support Notices | ||
grand_parent: RAPIDS Notices | ||
nav_exclude: true | ||
notice_type: rsn | ||
# Update meta-data for notice | ||
notice_id: 40 # should match notice number | ||
notice_pin: true # set to true to pin to notice page | ||
|
||
title: "Dropping Support for Python v3.9 and adding Python 3.12 Support in v24.10" | ||
notice_author: RAPIDS TPM | ||
notice_status: In Progress | ||
notice_status_color: yellow | ||
# '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: "v24.10+" | ||
notice_created: 2024-08-06 | ||
# 'notice_updated' should match 'notice_created' until an update is made | ||
notice_updated: 2024-08-06 | ||
--- | ||
|
||
## Overview | ||
|
||
RAPIDS is dropping support for Python 3.9 in the upcoming release of v24.10, scheduled for October 10, 2024. Python 3.12 support will be added at the same time, so that v24.10 will support Python 3.10, Python 3.11, and Python 3.12. | ||
|
||
|
||
## Impact | ||
|
||
Users should plan to move to a supported Python version 3.10, 3.11, or 3.12 as soon as possible. |