Python 3.14 Transition

Started by seasons, Today at 03:07:49

Previous topic - Next topic

seasons

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.

DeepDayze

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.

eriefisher

Nothing to be removed yet but many being held back. Give it a few days to catch up.
I AM CANADIAN!

pit

For me, the current Python 3.14.6 transition in sid is preventing
  • borgbackup
  • obs-studio and
  • picard
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.