-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rename hiredis-py to libvalkey-py #1
Conversation
Removing support for Python 3.7. Take the opportunity to better support Python 3.12 by adding setuptools to dev_requirements.
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
There is a "redis" in the tox.ini file. It might be a good idea to change it and run tox to see if it can find anything else.
Also the GH actions are not running because they are still targeting the master
branch, but now we have main
.
I didn't run the code, but it looks good.
Good catch, thanks! I did run the code, and it passes all the local tests :) Also, |
This commit renames the project and makes use of `libvalkey` instead of `hiredis`.
It's never been used and contained incorrect config from the very beginning.
This commit renames the project and makes use of
libvalkey
instead ofhiredis
.