Skip to content

Drop Python 3.10 support#762

Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
gforsyth:drop-python-3.10
Jan 29, 2026
Merged

Drop Python 3.10 support#762
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
gforsyth:drop-python-3.10

Conversation

@gforsyth
Copy link
Copy Markdown
Contributor

Description

Contributes to rapidsai/build-planning#246

Finishes the work of dropping Python 3.10 support.

This project stopped building / testing against Python 3.10 as of rapidsai/shared-workflows#494
This PR updates configuration and docs to reflect that.

Followups before merging

Check that there are no remaining uses like this:

git grep -E '3\.10'
git grep '310'
git grep 'py310'

@gforsyth gforsyth added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Jan 28, 2026
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Jan 28, 2026

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

/ok to test

@gforsyth gforsyth marked this pull request as ready for review January 29, 2026 15:08
@gforsyth gforsyth requested a review from a team as a code owner January 29, 2026 15:08
@gforsyth gforsyth requested a review from jameslamb January 29, 2026 15:08
Copy link
Copy Markdown
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few small docs-only suggestions.

README.md Outdated
```

Note: cuxfilter is supported only on Linux, and with Python versions 3.10, 3.11, 3.12, and 3.13.
Note: cuxfilter is supported only on Linux, and with Python versions 3.11, 3.12, and 3.13.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note: cuxfilter is supported only on Linux, and with Python versions 3.11, 3.12, and 3.13.

The RAPIDS install selector linked below will show the supported Python versions. Let's remove this and not have to change it the next time we change the range of supported versions.

README.md Outdated
Note: cuxfilter is supported only on Linux, and with Python versions 3.10, 3.11, 3.12, and 3.13.
Note: cuxfilter is supported only on Linux, and with Python versions 3.11, 3.12, and 3.13.

> Above are sample install snippets for cuxfilter, see the [Get RAPIDS version picker](https://rapids.ai/start.html) for installing the latest `cuxfilter` version.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> Above are sample install snippets for cuxfilter, see the [Get RAPIDS version picker](https://rapids.ai/start.html) for installing the latest `cuxfilter` version.
> Above are sample install snippets for cuxfilter, see the [RAPIDS installation docs](https://docs.rapids.ai/install/) for installing the latest `cuxfilter` version.

While you're changing that, could you change all the links to this start.html page here to the https://docs.rapids.ai/install/?

It redirects there.

Copy link
Copy Markdown
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed my mind, switching to "approve" so you don't need to chase me for another review. But please do consider that docs suggestion.

@gforsyth
Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit a309ed5 into rapidsai:main Jan 29, 2026
29 checks passed
@gforsyth gforsyth deleted the drop-python-3.10 branch January 29, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants