Skip to content

Drop Python 3.10 support#910

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

Drop Python 3.10 support#910
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 Introduces a non-breaking change improvement Improves an existing functionality 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 14:37
@gforsyth gforsyth requested a review from a team as a code owner January 29, 2026 14:37
@gforsyth gforsyth requested a review from msarahan January 29, 2026 14:37
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.

One small suggestion, just leaving a blocking review so this isn't accidentally merged in the flurry of merges for these related PRs (I've been there haha)

specific:
- output_types: [conda]
matrices:
# zarr 3 is not supported on Python 3.10
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.

This should be more than just removing a comment. Now it's safe to unconditionally depend on zarr>=3.0.0, so I think this should get moved up to the common: conda-only group above.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Seems like a good plan to me -- moved up into the conda-only group

@jameslamb jameslamb removed the request for review from msarahan January 29, 2026 16:01
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, approving so you don't have to chase me for a review. But please do consider that suggestion.

Don't need a specific entry anymore now that Python 3.10 is dropped
@gforsyth
Copy link
Copy Markdown
Contributor Author

/merge

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

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants