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 #32

Merged
merged 2 commits into from
Aug 23, 2024

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:14
@jameslamb jameslamb requested review from a team as code owners August 22, 2024 15:14
@jameslamb jameslamb requested review from AyodeAwe and removed request for a team August 22, 2024 15:14
@@ -27,15 +27,11 @@ authors = [
{ name = "NVIDIA Corporation" },
]
license = { text = "Apache 2.0" }
requires-python = ">=3.6"
requires-python = ">=3.10"
Copy link
Member Author

@jameslamb jameslamb Aug 22, 2024

Choose a reason for hiding this comment

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

@alexbarghi-nv was it intentional that pylibwholegraph has a floor of Python 3.6? It's not being tested against such an old version, but I'm wondering if that was intentionally kept here to support some alternative builds or something.

Copy link
Member

Choose a reason for hiding this comment

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

I believe it was for a specific reason. @linhu-nv would probably know more.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think there is no specific reason for this. Maybe this is because that this hasn't been updated for a long time. Wholegraph works with python3.10 well. So I think we can update the python version as other rapidsai projects.

@alexbarghi-nv alexbarghi-nv merged commit 98084e8 into rapidsai:branch-24.10 Aug 23, 2024
@jameslamb jameslamb deleted the drop-python-3.9 branch August 23, 2024 19:44
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.

4 participants