Skip to content

Remove unnecessary max call for python version in test_run.py #12848

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

Merged

Conversation

pranavrajpal
Copy link
Contributor

Description

We don't support running on Python 3.5 or lower anymore, so the max call is unnecessary because the current version will always be greater than or equal to 3.6.

Test Plan

This seems minor enough to rely on the current CI passing.

We don't support running on Python 3.5 or lower anymore, so the max call
is unnecessary because the current version will always be greater than
or equal to (3, 6).
@hauntsaninja hauntsaninja merged commit 205d256 into python:master May 22, 2022
@pranavrajpal pranavrajpal deleted the runtests-min-python-version branch May 23, 2022 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants