dan1994 / pyzshcomplete

Autocompletion for python scripts in zsh
MIT License
23 stars 4 forks source link

Remove minor python version from Pipfile #42

Closed dan1994 closed 4 years ago

dan1994 commented 4 years ago

pipenv is designed for applications and less for libraries. As part of their philosophy they warn every time you try to use a different version of python from the one in the Pipfile. Since this package should support any minor of python 3, we could omit the minor and have it shout less.