Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: seasons on 2026/06/28, 03:07:49

Title: Python 3.14 Transition
Post by: seasons on 2026/06/28, 03:07:49
If you try to dist-upgrade and have packages to be removed, it could be because of:
https://release.debian.org/transitions/html/python3.14-default.html
Be careful and keep on siductioning.
Title: Re: Python 3.14 Transition
Post by: DeepDayze on 2026/06/28, 03:54:54
As Python is a major part of many packages it may well take time before they all are rebuilt against the new Python release so it's wise to be patient as well.
Title: Re: Python 3.14 Transition
Post by: eriefisher on 2026/06/28, 11:51:09
Nothing to be removed yet but many being held back. Give it a few days to catch up.
Title: Re: Python 3.14 Transition
Post by: pit on 2026/06/28, 12:31:52
For me, the current Python 3.14.6 transition in sid is preventing
from being upgraded.
apt keeps these packages back because they still depend on python3 (< 3.14).
Example:

$ apt show borgbackup | grep Depends
Depends: python3 (<< 3.14), python3 (>= 3.13~), ...

So this appears to be a temporary issue during the Python 3.14 transition in unstable, and apt is behaving correctly by not removing these packages.