-
Notifications
You must be signed in to change notification settings - Fork 116
fix: remove Python 3.7 support to fix dependency installation and use 3.8 as new default #737
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
Conversation
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.
this looks good to me.
there is one more occurence of Python 3.7 in an .rst file (for reference: my custom branch changes it to Python 3.8). That needs to be corrected in your branch
In order to merge this branch, you might have to remove the Branch Protection Rules -- regarding the Python 3.7 CI tests |
I updated the rules to remove them, thanks! |
High Level Overview of Change
Project can no longer build dependencies using Python 3.7. This PR removes Python 3.7 support to fix dependency installation and uses 3.8 as new default.
Context of Change
Type of Change
Did you update CHANGELOG.md?
Test Plan