|
|
|
|
|
by coldtea
1202 days ago
|
|
Yes, and unless those bugs affect your development in your dev machine you can live without them and only update whenever you feel like it (regarding security, if someone remotely can run their Python code on your dev machine, a security update for your Python version is the last thing that will help). Or do you mean you use pyenv to handle multiple Python versions in production servers? |
|
I generally thought it was best practice to always update to the latest patch release. I mean, that's what `apt` is doing for the system-installed version.