Desired release schedule? #2940
-
So far, we have been releaseing about once a month. This is an arbitrary number which supposedly puts acceptable strain on us -- but does not necessarily meet our users' needs. As such, we'd like to hereby collect feedback on what our users' needs regarding release schedule are -- and/or which schedules would meet them. It is possible to automate creating releases with Github Actions to make them more often -- but we need to know when exactly to do that. E.g.:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Thank you so much for starting this discussion! Having pyenv releases made available shortly after security releases to CPython are announced would be extremely helpful. |
Beta Was this translation helpful? Give feedback.
-
I would prefer to get a new release shortly after any Python flavor release? |
Beta Was this translation helpful? Give feedback.
-
In our organization, we try to keep up with the latest Python stable versions. It's easy to change our Dockerfile versions but then developers need to use We shouldn't put more pressure on contributors, this should be automated. Since we have seen contributors keeping Python versions up to date with PRs on this repo or we ourselves can also contribute, the problem I believe should be solved is automating releases. Anyway, this workaround I've found now Thanks for being open to discuss this. |
Beta Was this translation helpful? Give feedback.
-
Thanks for maintaining this great utility, and for facilitating this discussion! Is it possible to consider a release schedule that's not monotonic, but allows for releases after different kinds of things: like a PR that simply adds a new version of an interpreter that's been released by the upstream team (like CPython or PyPy), and passes the pyenv test suite could trigger a more immediate new release, but releases including other kinds of changes could happen on a slower more deliberate schedule? |
Beta Was this translation helpful? Give feedback.
-
Thank you all who participated!
We'll implement automatically making releases first, and will gradually automate adding new versions as well for different flavors. |
Beta Was this translation helpful? Give feedback.
Thank you all who participated!
We'll implement automatically making releases first, and will gradually automate adding new versions as well for different flavors.
The generator scripts will still need occasio…