We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked that the epel7 package can be switched to Python 3.6. It should be easier further to sop testing on Python 2, 3.4 and 3.5.
The text was updated successfully, but these errors were encountered:
"Easier" is just one consideration. Useful for users is another one.
Also, Python 3.5 is not EOL at this point. It even has a new release planned: 3.5.10 final for July 12, 2020.
I think as long as pip continues supporting Python 2.7 and 3.4, other install related tools such as pyp2rpm should too.
Sorry, something went wrong.
Yup, https://github.com/pypa/pip/blob/main/setup.py#L83
python_requires=">=3.7",
No branches or pull requests
I have checked that the epel7 package can be switched to Python 3.6. It should be easier further to sop testing on Python 2, 3.4 and 3.5.
The text was updated successfully, but these errors were encountered: