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

old python_requires value in setup.py prevents pip installation #90

Open
ewohnlich opened this issue Oct 25, 2021 · 2 comments
Open

old python_requires value in setup.py prevents pip installation #90

ewohnlich opened this issue Oct 25, 2021 · 2 comments

Comments

@ewohnlich
Copy link
Contributor

setup.py still has python_requires==2.7. I've been using 4.0.0 in python3/Plone5.2 just fine (I think Plone 5.2 is python 3 only?). Can this be removed?

@ewohnlich
Copy link
Contributor Author

FWIW buildout doesn't seem to care about that requirement. I suspect most people are using this with buildout and that's why it's not noticed. In my case, I had a custom package using this one that has gitlab CI/CD using ossaudit. ossaudit works by inspecting the venv and doesn't understand buildout, so I need to pip install in the test environment to run that.

@wesleybl
Copy link
Member

The package has no classifier for Plone 5.2 with Python 3. It is not tested with Plone 5.2. I think to add classifier from Plone 5.2, would have to make the tests work in Plone 5.2.

PS: I would have to change Travis to github actions

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

2 participants