Skip to content

Add support for Python 3.14#1033

Draft
gforsyth wants to merge 1 commit intorapidsai:mainfrom
gforsyth:python-3.14
Draft

Add support for Python 3.14#1033
gforsyth wants to merge 1 commit intorapidsai:mainfrom
gforsyth:python-3.14

Conversation

@gforsyth
Copy link
Contributor

Description

Contributes to rapidsai/build-planning#205

This PR adds support for Python 3.14.

Notes for Reviewers

This is part of ongoing work to add Python 3.14 support across RAPIDS.
It temporarily introduces a build/test matrix including Python 3.14, from rapidsai/shared-workflows#508.

A follow-up PR will revert back to pointing at the main branch of shared-workflows once all
RAPIDS repos have added Python 3.14 support.

This will fail until all dependencies have been updated to Python 3.14

CI here is expected to fail until all of this project's upstream dependencies support Python 3.14.

This can be merged whenever all CI jobs are passing.

@gforsyth gforsyth added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Feb 24, 2026
@copy-pr-bot
Copy link

copy-pr-bot bot commented Feb 24, 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 gforsyth added non-breaking Introduces a non-breaking change and removed non-breaking Introduces a non-breaking change labels Feb 24, 2026
@jakirkham
Copy link
Member

/ok to test

@jakirkham
Copy link
Member

This currently fails as Python 3.14 would require scikit-image version 0.26.0. However we disallow this scikit-image version

- scikit-image >=0.19.0,<0.25.0

"scikit-image>=0.19.0,<0.26.0",

@grlee77 what would we need to do to allow scikit-image version 0.26.0?

@grlee77
Copy link
Contributor

grlee77 commented Mar 4, 2026

@grlee77 what would we need to do to allow scikit-image version 0.26.0?

I opened #1038 to upgrade cuCIM to the scikit-image 0.26 API.

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.

3 participants