It doesn't seem like there is a standard way for a project to specify it's Python version, but I'm using https://github.com/pyenv/pyenv and it does this via a .python-version file. Is adding support for reading the version from that file something that would be considered?
It doesn't seem like there is a standard way for a project to specify it's Python version, but I'm using https://github.com/pyenv/pyenv and it does this via a
.python-versionfile. Is adding support for reading the version from that file something that would be considered?