-
Notifications
You must be signed in to change notification settings - Fork 18
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
Minimal change to avoid a numpy deprecation failure. Without this #55
Conversation
all tests fail at python 3.10 and numpy 1.24.4. With it, they all pass.
@bnlawrence Shall the build matrix be updated, here? (with python 3.11, python 3.12) |
eventually, hopefully, address both the needs of pyactivestorage (which needs access to the b-tree chunk index) and jjhelmus#6
Will turn into a test at some point.
Remove your play code from the pull request. Post it as comments intead. |
Oh, sorry, I forgot that it would end up in the pull request because I did it on master. My bad. Will get that done later today (in meetings now). |
Ok, I think that's clean on master now. Sorry about the noise. |
I've not tested it on them yet. If we can do what we're trying to do, we will need to test it properly, and we can get back to that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for the PR!
LGTM, thanks for the fix. |
|
All tests fail at python 3.10 and numpy 1.24.4. With it, they all pass.