-
Notifications
You must be signed in to change notification settings - Fork 132
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
chore: upgrade to python 3.11; upgrade redis library; upgrade databases #490
Conversation
I would hope you didn't do this manually but looking at the fact you didn't change pyupgrade from 37-plus to 311-plus does not inspire confidence |
I just modified the Pipfile and let the lock file regenerate, is there anything i forgot to modify or should do differently? |
should update pre-commit pyupgrade args to do 311 |
also, this definitely needs to be tested |
done, i need testers :3 |
#493 will change deps |
can you fix conflicts? want to get this merged. @7mochi also, python 3.12 is very close to releasing as well. should be looking into that after this PR (especially typing changes) |
for more information, see https://pre-commit.ci
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.
dismissing
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.
changes need to be tested further with updated dependencies
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.
seems to work fine. further testing is welcomed.
loc balooned up due to auto-formatting bump to py3.11
🔥 nice work |
Describe your changes
Related Issues / Projects
Checklist
make lint
)