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

Fix version constraint #1036

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Nov 8, 2022

Should apply custom new if Python < 3.9.

Should apply custom __new__ if Python < 3.9.
@wence- wence- requested a review from a team as a code owner November 8, 2022 14:10
@github-actions github-actions bot added the python python code needed label Nov 8, 2022
@wence- wence- added non-breaking Non-breaking change bug Something isn't working and removed python python code needed labels Nov 8, 2022
@wence-
Copy link
Contributor Author

wence- commented Nov 8, 2022

Turns out my previous logic probably only worked because python 3.8.x > (3, 8). But really we only want to apply this workaround if Python < 3.9. Let us wait for tests.

Copy link
Member

@pentschev pentschev left a comment

Choose a reason for hiding this comment

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

Oh yes, sorry, I should have catched that. Thanks for fixing this @wence- !

@pentschev
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 2c99f5a into rapidsai:branch-22.12 Nov 8, 2022
@wence- wence- deleted the wence/fix/logic-error branch November 9, 2022 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants