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

allow redis v5 #28

Merged
merged 1 commit into from
Sep 25, 2024
Merged

allow redis v5 #28

merged 1 commit into from
Sep 25, 2024

Conversation

richrliu
Copy link
Contributor

Hi all, I'd like to see if we can support redis v5 in the official repo.

redis is now on v5.0.9 and dramatiq supports redis versions <6.0 .

pytest passes, and tox seems to produce no new errors. I have also tested this in my own application which uses redis==5.0.3 and the functionality works as intended.

@isra17
Copy link
Member

isra17 commented Sep 25, 2024

Look like Python 3.7 would need to be removed from support.

@richrliu
Copy link
Contributor Author

richrliu commented Sep 25, 2024

Up to you on how to proceed here, but it seems like only the lint step is failing, and it seems to be the same error as a previous PR which closed 1 month ago: https://github.com/Flared/dramatiq-abort/actions/runs/10619151781/job/29486422263

Edit: looks like the referenced PR was never merged.

@isra17 isra17 merged commit e1c0c97 into Flared:master Sep 25, 2024
3 of 4 checks passed
@isra17
Copy link
Member

isra17 commented Sep 25, 2024

look good to me anyway! Thanks

@richrliu
Copy link
Contributor Author

apologies for not including this in the PR, but does the version need to be bumped to republish PyPI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants