-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
manager:pyenvRelated to the pyenv managerRelated to the pyenv managerpriority-4-lowLow priority, unlikely to be done unless it becomes important to more peopleLow priority, unlikely to be done unless it becomes important to more people
Description
Discussed in #31837
Originally posted by mkniewallner October 7, 2024
Tell us more.
Renovate implements pyenv manager to update Python version defined in a .python-version file. Per pyenv documentation, it is also possible to set multiple Python versions in a single .python-version file, separated by newlines:
You can also specify multiple versions in a
.python-versionfile by hand,
separated by newlines. Lines starting with a#are ignored.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
manager:pyenvRelated to the pyenv managerRelated to the pyenv managerpriority-4-lowLow priority, unlikely to be done unless it becomes important to more peopleLow priority, unlikely to be done unless it becomes important to more people