Skip to content

Drop Python 3.10 support#7731

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

Drop Python 3.10 support#7731
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.

@github-actions github-actions bot added conda conda issue Cython / Python Cython or Python issue labels Jan 28, 2026
@gforsyth
Copy link
Copy Markdown
Contributor Author

/ok to test

1 similar comment
@gforsyth
Copy link
Copy Markdown
Contributor Author

/ok to test

@gforsyth gforsyth force-pushed the drop-python-3.10 branch 2 times, most recently from 5d4bb24 to aab6c34 Compare January 29, 2026 15:06
@gforsyth gforsyth marked this pull request as ready for review January 29, 2026 15:07
@gforsyth gforsyth requested a review from a team as a code owner January 29, 2026 15:07
@gforsyth gforsyth requested a review from msarahan January 29, 2026 15:07
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.

Looks good to me, thanks for the links and comments explaining the otherwise-unrelated-looking ipython pinning change.

@jameslamb jameslamb removed the request for review from msarahan January 29, 2026 15:57
gforsyth and others added 2 commits January 29, 2026 14:44
We are testing with python 3.11+ which is incompatible with the
previous pinnings.

Closes rapidsai#7736 .
@gforsyth
Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 21f480f into rapidsai:main Jan 30, 2026
205 of 207 checks passed
@gforsyth gforsyth deleted the drop-python-3.10 branch January 30, 2026 15:08
dantegd added a commit to dantegd/cuml that referenced this pull request Feb 17, 2026
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:

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

Authors:
  - Gil Forsyth (https://github.com/gforsyth)
  - Simon Adorf (https://github.com/csadorf)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: rapidsai#7731
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda conda issue Cython / Python Cython or Python issue 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.

4 participants