Pipenv: Can't indicate minimum python version in pipenv file

Created on 2 Aug 2018  路  5Comments  路  Source: pypa/pipenv

I'm trying to indicate the minimum python version in my Pipfile. I've got

[requires]
python_version = "3.5"

but if you run that on Python 3.6, pipenv check will fail. I've tried specifying python_version = ">=3.5", or >3.5, but both also fail.

How do I do this, or am I missing something?

Future Requires PEEP Type

Most helpful comment

@gpakosz yes I would, reopening

All 5 comments

You can only specify exact versions currently. Delete the whole section if you want it to work on multiple versions, it鈥檚 just for pinning.

Hello @techalchemy 馃憢

Will you ever reconsider closing this?

@gpakosz yes I would, reopening

OMG Finally! :)

Hello. I'm a bit lost on what needs to be done to make this issue progress 馃
What's the next step that would help?

Was this page helpful?
0 / 5 - 0 ratings