Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Python 3.9 support #4625

Merged
merged 5 commits into from
Aug 26, 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 Non-breaking change improvement Improvement / enhancement to an existing function labels Aug 21, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jameslamb jameslamb changed the title Drop Python 3.9 support WIP: Drop Python 3.9 support Aug 21, 2024
@jameslamb jameslamb changed the title WIP: Drop Python 3.9 support Drop Python 3.9 support Aug 22, 2024
@jameslamb jameslamb marked this pull request as ready for review August 22, 2024 13:28
@jameslamb jameslamb requested review from a team as code owners August 22, 2024 13:28
docs/cugraph/source/tutorials/basic_cugraph.md Outdated Show resolved Hide resolved
python/nx-cugraph/README.md Outdated Show resolved Hide resolved
@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 73a2a84 into rapidsai:branch-24.10 Aug 26, 2024
112 checks passed
rapids-bot bot pushed a commit that referenced this pull request Aug 30, 2024
Contributes to rapidsai/build-planning#88.

#4625 dropped Python 3.9 support here (as part of the RAPIDS-wide effort to drop Python 3.9 in this release). This PR fixes a few things that were missed in that PR.

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

Approvers:
  - Don Acosta (https://github.com/acostadon)
  - https://github.com/jakirkham
  - Bradley Dice (https://github.com/bdice)
  - Mike Sarahan (https://github.com/msarahan)
  - Alex Barghi (https://github.com/alexbarghi-nv)
  - Rick Ratzel (https://github.com/rlratzel)

URL: #4637
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 python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants