Skip to content
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

Drop support to run pyp2rpm on Python < 3.6 #201

Open
hroncok opened this issue Jul 29, 2019 · 2 comments
Open

Drop support to run pyp2rpm on Python < 3.6 #201

hroncok opened this issue Jul 29, 2019 · 2 comments

Comments

@hroncok
Copy link
Member

hroncok commented Jul 29, 2019

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.

@andy-maier
Copy link

andy-maier commented Jul 2, 2020

"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.

@mcepl
Copy link

mcepl commented May 11, 2022

Yup, https://github.com/pypa/pip/blob/main/setup.py#L83

    python_requires=">=3.7",

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

No branches or pull requests

3 participants