Yoann LE BARS <yo...@le-bars.net> writes:
> Hello, everybody out there! > > For the upcoming two years, I will have to follow the new versions of > Python. Not the preview release, but the up-to-date stable release – > well, I can wait for a couple of weeks after the release of the last > stable version. > > As far as I know, Python is not part of backports. Is there any way > other than pinning to install the last stable version of Python on a > stable version of Debian? > > Best regards. You should follow Greg and Dan's suggestions to leave system installed Python alone as it's used for the system and any unintended breaking change will cause unexpected system failure. To have a newer Python versions I would suggest using Docker. Docker hub has official Python images[1] which have testing and stable versions available and using them won't mess up your system thanks to Docker's properly contained environments. [1] https://hub.docker.com/_/python -- Manphiz