-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add Python 3.8; drop Python <3.6 #135
Conversation
@jonathanslenders ready for review |
Hi @jonathanslenders, any feedback on this? |
Hi @crusaderky, Thank you so much for this! It looks great. |
@jonathanslenders I tested it in my Python 3.8 project, which however uses only a tiny subset of the methods, and it seems to work fine. For everything else, we have to rely on the unit tests. I'd say merge... |
Merged! Thanks a lot for this! |
This was never released, was it? Is the idea to use a version pointing to git commit? |
referenced from the top-level module in the docstrings too.
E.g.
:class:`asyncio_redis.exceptions.Error`
has changed to:class:`asyncio_redis.Error`
.