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?
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?
Most helpful comment
@gpakosz yes I would, reopening