-
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
feat!: Upgrading to use python 3.11 #189
Conversation
@feanil Please review this. Coverage is failing. |
This is in the edx org and specific to edx.org, I can't make any fixes here. |
Can this pull request be reviewed and merged? We are having some trouble merging Python requirements upgrades due to incompatibility with Python 3.8, so it would be good to upgrade. Thank you. |
@MichaelRoytman its green now. You need to drop the python3.8 runners from github. |
@MichaelRoytman you can review and merge. |
@@ -2,4 +2,4 @@ | |||
Django app housing name affirmation logic. | |||
""" | |||
|
|||
__version__ = '2.3.7' | |||
__version__ = '2.4.0' |
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.
@MichaelRoytman @UsamaSadiq Could you bump this version on pip? Please. I need to update edx-opaque-keys in other repos. Thanks!
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.
@ChrisChV Thank you for the ping. I just published a new release. It should be available on PyPI! Please let me know if you need anything else.
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.
Thanks!!
Adding Python3.11.
Dropped python3.8 support.