Have python version update managed by renovate (not python dependencies) #22222
shadycuz
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
-
There might be multiple places where python versions are defined - including within tools like poetry and pipenv. To update them all:
If Renovate was updating such versions, in which scenario would you end up with a deprecated version? e.g. I can imagine that happening if the project ignores Renovate's PRs for years, but that doesn't seem like a useful scenario |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Type of discussion.
I'm proposing an idea
Tell us more.
I have projects that depend on specific versions of Python. Like python
3.10.X
,3.9.X
,3.8.X
etc. I usepyenv
to specify which versions of python/s my project requires. This happens using the.python-version
file.The problem is when a new version of Python is updated. I have to manually change all these files, across all of my projects. It would be nice to have Renovate handle this for me.
One example would be if I had a
.python-version
file of:I would expect renovate to change it to:
It would also be nice if Renovate would remove versions when they were deprecated and add new versions of Python when they were generally available.
Beta Was this translation helpful? Give feedback.
All reactions