Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Drop Python 3.9 support #209

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Conversation

jameslamb
Copy link
Member

Description

Contributes to rapidsai/build-planning#88

Finishes the work of dropping Python 3.9 support.

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

Notes for Reviewers

How I tested this

Checked that there were no remaining uses like this:

git grep -E '3\.9'
git grep '39'
git grep 'py39'

And similar for variations on Python 3.8 (to catch things that were missed the last time this was done).

@jameslamb jameslamb added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Aug 22, 2024
@jameslamb jameslamb marked this pull request as ready for review August 22, 2024 15:15
@jameslamb jameslamb requested a review from a team as a code owner August 22, 2024 15:15
@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 9b877a4 into rapidsai:branch-24.10 Aug 23, 2024
40 checks passed
@jameslamb jameslamb deleted the drop-python-3.9 branch August 23, 2024 19:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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