-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[master] Drop Python 3.7 support. #64417
Conversation
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
Same cloud test failures as seen on the master branch https://jenkins.saltproject.io/job/pr-centosstream-9-x86_64-py3-cloud-pytest/job/master/409 |
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.
I think it would be relevant to add a changelog and a note to the release notes that python 3.7 is no longer supported in 3007.0. I'm okay if you want to do this in a follow up PR as well.
Since this is already passing and has 3 review, yeah, I'll submit it separately. |
Wait, only 2, not 3. But a separate PR will save build time |
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.
does this line in noxfile.py
_PYTHON_VERSIONS = ("3", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10")
need to change
@dmurphy18 will submit the issue you flagged when I also submit the changelog. Merging. |
What does this PR do?
See title.