fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

Drop support to run pyp2rpm on Python < 3.6 #201

Open hroncok opened 4 years ago

hroncok commented 4 years ago

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 commented 4 years ago

"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 commented 2 years ago

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

    python_requires=">=3.7",