Support .python-version with multiple versions for pyenv manager
#31837
Replies: 1 comment
|
Sure, I've converted it to an issue here: #31850 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Renovate implements
pyenvmanager to update Python version defined in a.python-versionfile. Perpyenvdocumentation, it is also possible to set multiple Python versions in a single.python-versionfile, separated by newlines:Would it make sense for Renovate to support that, by extracting all possible Python versions defined in the file? Currently, the content of the file is trimmed, assuming that only one version can be specified.
If it makes sense, I'm willing to implement support for it.
All reactions