-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
reddit: Support PRAW 7 #1903
Comments
But why does it matter? Haven't checked the API changes for newer PRAW versions, but if you have something else installed that needs more recent PRAW that's kind of what venvs are for. |
We just like to ensure things are kept up to date. It's 100% low priority and a nice to be. |
Looks like the current (We'll probably also split the |
I'd also want to thoroughly verify that everything in |
@deathbybandaid That's (theoretically) why we have tests. Missing examples should be added for code paths that aren't covered. |
The problem
I can't update praw to version 7
$ pip3 check sopel 7.0.4 has requirement praw<6.0.0,>=4.0.0, but you have praw 7.1.0. praw 7.1.0 has requirement prawcore<2.0,>=1.3.0, but you have prawcore 0.14.0. The command "pip3 check" exited with 1.
The solution
Support the latest version of praw
The text was updated successfully, but these errors were encountered: